mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:49:08 +08:00
[libepoxy] Add dependencies egl-registry and libx11-dev on Linux (#27562)
* [libepoxy] Add dependencies egl-registry and libx11-dev * x-add-version
This commit is contained in:
parent
bf6a6ce711
commit
47ef7c0682
@ -2,8 +2,8 @@ if(VCPKG_TARGET_IS_WINDOWS)
|
||||
vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
|
||||
endif()
|
||||
|
||||
if(VCPKG_TARGET_IS_LINUX AND NOT EXISTS "/usr/share/doc/libgles2/copyright")
|
||||
message(STATUS "libgles2-mesa-dev must be installed before libepoxy can build. Install it with \"apt-get install libgles2-mesa-dev\".")
|
||||
if (VCPKG_TARGET_IS_LINUX)
|
||||
message(WARNING "${PORT} currently requires the following libraries from the system package manager:\n libx11-dev\n libgles2-mesa-dev\n\nThese can be installed on Ubuntu systems via apt-get install libx11-dev libgles2-mesa-dev.")
|
||||
endif()
|
||||
|
||||
vcpkg_from_github(
|
||||
|
@ -1,10 +1,15 @@
|
||||
{
|
||||
"name": "libepoxy",
|
||||
"version": "1.5.10",
|
||||
"port-version": 1,
|
||||
"description": "Epoxy is a library for handling OpenGL function pointer management for you",
|
||||
"homepage": "https://github.com/anholt/libepoxy",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "egl-registry",
|
||||
"platform": "linux"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-tool-meson",
|
||||
"host": true
|
||||
|
@ -3686,7 +3686,7 @@
|
||||
},
|
||||
"libepoxy": {
|
||||
"baseline": "1.5.10",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"libevent": {
|
||||
"baseline": "2.1.12",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "76a3ae8e21ad9736741ecc58522805647fdbb7b9",
|
||||
"version": "1.5.10",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "85d5a7075e2450d79759e0a3ec618e9ebf07b0ea",
|
||||
"version": "1.5.10",
|
||||
|
Loading…
Reference in New Issue
Block a user