From c62643a7e6bb1f553bfc2ef96c4ca0a7fbd4ff14 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Mon, 6 Dec 2021 11:15:57 +0100 Subject: .build.yml: Build libayatana-common with ENABLE_LOMIRI_FEATURES --- .build.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.build.yml') diff --git a/.build.yml b/.build.yml index 908aa55c..b748263b 100644 --- a/.build.yml +++ b/.build.yml @@ -33,6 +33,8 @@ requires: - libxklavier-dev - systemd # - libayatana-common-dev +# For building libayatana-common: + - liblomiri-url-dispatcher-dev ubuntu: - clang @@ -72,7 +74,11 @@ before_scripts: - git clone --depth 1 https://github.com/AyatanaIndicators/libayatana-common.git libayatana-common-build - fi - cd libayatana-common-build - - cmake . -DCMAKE_INSTALL_PREFIX=/usr + - if [ ${DISTRO_NAME} == "debian" ]; then + - cmake . -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_LOMIRI_FEATURES=ON + - else + - cmake . -DCMAKE_INSTALL_PREFIX=/usr + - fi - make - make install - cd - -- cgit v1.2.3