Skip to content

Commit 3771d18

Browse files
committed
ci: vcpkg linux install gtk4
1 parent 177605c commit 3771d18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ jobs:
362362
repo: deb https://gagis.hopto.org/repo/cppfw/${{ matrix.os }} ${{ matrix.codename }} main
363363
repo-name: cppfw
364364
keys-asc: https://gagis.hopto.org/repo/cppfw/pubkey.gpg
365-
install: myci cmake git curl zip unzip tar nodejs pkg-config libgl1-mesa-dev libglu1-mesa-dev libgles2-mesa-dev libgtk-3-dev
365+
install: myci cmake git curl zip unzip tar nodejs pkg-config libgl1-mesa-dev libglu1-mesa-dev libgles2-mesa-dev libgtk-4-dev
366366
- name: git clone
367367
uses: myci-actions/checkout@main
368368
- name: install vcpkg

build/cmake/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if(ruisapp_build_opengl_variant)
5555
ruis
5656
ruis-render-opengl
5757
LINUX_ONLY_DEPENDENCIES
58-
PkgConfig::gdk-3.0
58+
PkgConfig::gtk4
5959
PkgConfig::x11
6060
NO_EXPORT
6161
)
@@ -87,7 +87,7 @@ if(ruisapp_build_opengles_variant)
8787
ruis
8888
ruis-render-opengles
8989
LINUX_ONLY_DEPENDENCIES
90-
PkgConfig::gdk-3.0
90+
PkgConfig::gtk4
9191
PkgConfig::x11
9292
PkgConfig::egl
9393
WINDOWS_ONLY_DEPENDENCIES

0 commit comments

Comments
 (0)