aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-12-06 11:37:35 +0100
committerRobert Tari <robert@tari.in>2021-12-06 11:37:35 +0100
commit89f313da16d68236b1b35f97545fe051e47c6dd1 (patch)
tree27cdc6b20b400adb1573976edf5126159b11c914
parent291efbd3b225c0760b9407370e1643c1b239aff8 (diff)
downloadayatana-indicator-datetime-89f313da16d68236b1b35f97545fe051e47c6dd1.tar.gz
ayatana-indicator-datetime-89f313da16d68236b1b35f97545fe051e47c6dd1.tar.bz2
ayatana-indicator-datetime-89f313da16d68236b1b35f97545fe051e47c6dd1.zip
.build.yml: Build libayatana-common with ENABLE_LOMIRI_FEATURES
-rw-r--r--.build.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 73a0815..5d776ad 100644
--- a/.build.yml
+++ b/.build.yml
@@ -179,7 +179,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 -