mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-18 03:30:18 +00:00
Update Debian build dependencies in workflow
Added libayatana-appindicator3-dev to dependencies.
This commit is contained in:
committed by
GitHub
parent
c472a4ccd6
commit
72dfc10b1b
3
.github/workflows/debian-build.yml
vendored
3
.github/workflows/debian-build.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
git ca-certificates \
|
git ca-certificates \
|
||||||
build-essential pkg-config meson ninja-build cmake \
|
build-essential pkg-config meson ninja-build cmake \
|
||||||
gettext \
|
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 libayatana-appindicator3-dev \
|
||||||
libluajit-5.1-dev libpci-dev libperl-dev libssl-dev \
|
libluajit-5.1-dev libpci-dev libperl-dev libssl-dev \
|
||||||
python3-dev python3-cffi mono-devel desktop-file-utils
|
python3-dev python3-cffi mono-devel desktop-file-utils
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@@ -34,6 +34,7 @@ jobs:
|
|||||||
set -eux
|
set -eux
|
||||||
rm -rf build
|
rm -rf build
|
||||||
meson setup build \
|
meson setup build \
|
||||||
|
-Dgtk3=true \
|
||||||
-Dtext-frontend=true \
|
-Dtext-frontend=true \
|
||||||
-Dauto_features=enabled
|
-Dauto_features=enabled
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user