aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.build.yml b/.build.yml
index d08797a..69181d5 100644
--- a/.build.yml
+++ b/.build.yml
@@ -45,7 +45,7 @@ requires:
- valac
- libaccountsservice-dev
# - libayatana-common-dev
- - libgmenuharness-dev
+# - libgmenuharness-dev
- gobject-introspection
- libgirepository1.0-dev
- liblomiri-url-dispatcher-dev
@@ -230,9 +230,9 @@ before_scripts:
- rm -Rf lomiri-api-build/
- fi
-
- - # Debian bookworm (testing) and Ubuntu jammy have lomiri-api and gmenuharness by default
- - # Debian bullseye (stable) has lomiri-api, but needs gmenuharness
- - if ([ ${DISTRO_NAME} == "debian" ] && [ ${DISTRO_VERSION} == "stable" ]) ||
+ - # Debian unstable and Ubuntu jammy have lomiri-api and gmenuharness by default
+ - # Debian bullseye (stable) and bookworm (testing) have lomiri-api, but need gmenuharness
+ - if ([ ${DISTRO_NAME} == "debian" ]) ||
- ([ ${DISTRO_NAME} == "ubuntu" ] && [ ${DISTRO_VERSION} == "focal" ]); then
- cd ${START_DIR}
- if [ ! -d gmenuharness-build ]; then