mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 03:29:01 +08:00
250e35a961
* Improved infoware and portfile port * Add a note for why we do this. * Add vcpkg_fail_port_install call requested by @PhoebeHui Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
20 lines
888 B
Plaintext
20 lines
888 B
Plaintext
Source: infoware
|
|
Homepage: https://github.com/ThePhD/infoware
|
|
Version: 0.5.3
|
|
Description: C++ Library for pulling system and hardware information, without hitting the command line.
|
|
# Note that independent usage and testing may work, but it seems to fail in CI environments for potential cross-compilation,
|
|
# and is thusly noted here to note break how vcpkg builds things!
|
|
Supports: !(arm|uwp)
|
|
|
|
Feature: x11
|
|
Description: Prefer usage of X11 to find graphical capabilities.
|
|
|
|
Feature: d3d
|
|
Description: Prefer usage of Direct3D to find graphical capabilities (typically only works on Windows systems).
|
|
|
|
Feature: opencl
|
|
Description: Prefer usage of OpenCL to find graphical capabilities of the system.
|
|
|
|
Feature: opengl
|
|
Description: Prefer usage of OpenGL to find graphical capabilities (may require additional libraries to be available for linking depending on the system).
|