Skip to content

Commit

Permalink
[qtbase] Add missing "egl1" related system package for linux target (#…
Browse files Browse the repository at this point in the history
…36023)

Allow to fix issue explained at #35815
  • Loading branch information
legerch committed Jan 5, 2024
1 parent 2f8fe8d commit 91e7e6c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/qtbase/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if(VCPKG_TARGET_IS_LINUX)
message(WARNING "qtbase currently requires packages from the system package manager. "
"They can be installed on Ubuntu systems via sudo apt-get install "
"'^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev "
"libxkbcommon-x11-dev.")
"libxkbcommon-x11-dev libegl1-mesa-dev.")
endif()

# Features can be found via searching for qt_feature in all configure.cmake files in the source:
Expand Down
2 changes: 1 addition & 1 deletion ports/qtbase/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "qtbase",
"version": "6.6.1",
"port-version": 4,
"port-version": 5,
"description": "Qt Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components.",
"homepage": "https://www.qt.io/",
"license": null,
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7118,7 +7118,7 @@
},
"qtbase": {
"baseline": "6.6.1",
"port-version": 4
"port-version": 5
},
"qtcharts": {
"baseline": "6.6.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/q-/qtbase.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1b947014e92b75d7bf37427fc4a9ce3fd463af2c",
"version": "6.6.1",
"port-version": 5
},
{
"git-tree": "7e1dba7994d7d228fee34f8f5b646e7d9aff62ac",
"version": "6.6.1",
Expand Down

0 comments on commit 91e7e6c

Please sign in to comment.