gtk3 github actions fixes

This commit is contained in:
2026-02-01 16:01:48 -07:00
parent 7dd47dbd2e
commit b1e7155c6d
3 changed files with 96 additions and 51 deletions

View File

@@ -22,11 +22,9 @@ jobs:
git ca-certificates \
build-essential pkg-config meson ninja-build cmake \
gettext \
libcanberra-dev libdbus-glib-1-dev libglib2.0-dev \
libgtk-3-dev \
libcanberra-dev libdbus-glib-1-dev libglib2.0-dev libgtk-3-dev \
libluajit-5.1-dev libpci-dev libperl-dev libssl-dev \
python3-dev python3-cffi mono-devel desktop-file-utils \
libx11-dev libxext-dev libxrender-dev libxrandr-dev libxi-dev
python3-dev python3-cffi mono-devel desktop-file-utils
- uses: actions/checkout@v4
with:
submodules: true
@@ -38,7 +36,7 @@ jobs:
meson setup build \
-Dtext-frontend=true \
-Dauto_features=enabled
# If configure fails, show the project's actual option names in the log.
- name: Show Meson options (on failure)
if: failure()
run: |