Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vcpkg baseline] [mesa] Fix conflicts with angle #15729

Merged
merged 13 commits into from
Jan 22, 2021
1 change: 1 addition & 0 deletions ports/mesa/CONTROL
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ports/mesa/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3678,7 +3678,7 @@
},
"mesa": {
"baseline": "20.2.2",
"port-version": 0
"port-version": 1
},
"meschach": {
"baseline": "1.2b-3",
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/mesa.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2966b4bb6816c1fa46e65c61f4cb30efb5c8381a",
"version-string": "20.2.2",
"port-version": 1
},
{
"git-tree": "9b75570d3f7a9cb58ff7c7c8479bbfb7e745d0d2",
"version-string": "20.2.2",
Expand Down