зеркало из https://github.com/microsoft/vcpkg.git
[vcpkg baseline] [mesa] Fix conflicts with angle (#15729)
* [mesa] Remove libs conflicted with angle * Update port_versions check * Use gles-lib-suffix to avoid conflicts with angle * [mesa] Remove libs conflicted with angle * Update port_versions check * Use gles-lib-suffix to avoid conflicts with angle * Update port_versions/m-/mesa.json * Update ports/mesa/portfile.cmake * Update space and versions * Update versions/m-/mesa.json
This commit is contained in:
Родитель
3f7b677756
Коммит
f05b2b639a
|
@ -1,5 +1,6 @@
|
|||
Source: mesa
|
||||
Version: 20.2.2
|
||||
Port-Version: 1
|
||||
Homepage: https://www.mesa3d.org/
|
||||
Description: Mesa - The 3D Graphics Library
|
||||
Build-Depends: zlib, zstd, tool-meson
|
||||
|
|
|
@ -168,7 +168,7 @@ endif()
|
|||
vcpkg_configure_meson(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS
|
||||
#-D gles-lib-suffix=_mesa
|
||||
-Dgles-lib-suffix=_mesa
|
||||
#-D egl-lib-suffix=_mesa
|
||||
-Dbuild-tests=false
|
||||
${MESA_OPTIONS}
|
||||
|
|
|
@ -3678,7 +3678,7 @@
|
|||
},
|
||||
"mesa": {
|
||||
"baseline": "20.2.2",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"meschach": {
|
||||
"baseline": "1.2b-3",
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2966b4bb6816c1fa46e65c61f4cb30efb5c8381a",
|
||||
"version-string": "20.2.2",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "9b75570d3f7a9cb58ff7c7c8479bbfb7e745d0d2",
|
||||
"version-string": "20.2.2",
|
||||
|
|
Загрузка…
Ссылка в новой задаче