mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:09:07 +08:00
56f8e9a798
* [libepoxy] Fix android builds * [libepoxy] uwp is unsupported * [libepoxy] windows staticcrt is unsupported Initialization code is in DllMain, so dynamic linkage is required, so avoid static CRT.
20 lines
452 B
JSON
20 lines
452 B
JSON
{
|
|
"name": "libepoxy",
|
|
"version": "1.5.10",
|
|
"port-version": 2,
|
|
"description": "Epoxy is a library for handling OpenGL function pointer management for you",
|
|
"homepage": "https://github.com/anholt/libepoxy",
|
|
"license": "MIT",
|
|
"supports": "!uwp & !(windows & staticcrt)",
|
|
"dependencies": [
|
|
{
|
|
"name": "egl-registry",
|
|
"platform": "!osx & !windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|