File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments