mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 05:19:06 +08:00
76a79d990d
* [angle] Rename libs to avoid conflict with system OpenGL.
Note that we already rename the headers in e6a79ac018/ports/angle/portfile.cmake (L77)
Also remove what appears to be phantom dependency in qt5-base when not Windows, @Neumann-A reports over Discord https://discord.com/channels/400588936151433218/687365466422902841/1038241263494893649 that they just need any OpenGL implementation.
* Don't rename on Windows.
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "angle",
|
|
"version-string": "chromium_4472",
|
|
"port-version": 6,
|
|
"description": [
|
|
"A conformant OpenGL ES implementation for Windows, Mac and Linux.",
|
|
"The goal of ANGLE is to allow users of multiple operating systems to seamlessly run WebGL and other OpenGL ES content by translating OpenGL ES API calls to one of the hardware-supported APIs available for that platform. ANGLE currently provides translation from OpenGL ES 2.0 and 3.0 to desktop OpenGL, OpenGL ES, Direct3D 9, and Direct3D 11. Support for translation from OpenGL ES to Vulkan is underway, and future plans include compute shader support (ES 3.1) and MacOS support."
|
|
],
|
|
"homepage": "https://github.com/google/angle",
|
|
"dependencies": [
|
|
"egl-registry",
|
|
{
|
|
"name": "libx11",
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "libxext",
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "libxi",
|
|
"platform": "linux"
|
|
},
|
|
"opengl-registry",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|