Skip to content

Commit

Permalink
[vcpkg baseline] [mesa] Fix conflicts with angle (#15729)
Browse files Browse the repository at this point in the history
* [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
  • Loading branch information
NancyLi1013 committed Jan 22, 2021
1 parent 3f7b677 commit f05b2b6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
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

0 comments on commit f05b2b6

Please sign in to comment.