aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-12-06 11:30:37 +0100
committerRobert Tari <robert@tari.in>2021-12-09 12:03:07 +0100
commitef792584d74cf8cc9fb70c9f9a18455c6c1da339 (patch)
tree113bb4979d5fe0fba03a7775dd0761bcba471bf1 /.build.yml
parentd0d197561ac66805b019b7aa263d44c1761977eb (diff)
downloadayatana-indicator-sound-ef792584d74cf8cc9fb70c9f9a18455c6c1da339.tar.gz
ayatana-indicator-sound-ef792584d74cf8cc9fb70c9f9a18455c6c1da339.tar.bz2
ayatana-indicator-sound-ef792584d74cf8cc9fb70c9f9a18455c6c1da339.zip
.build.yml: Build libayatana-common with ENABLE_LOMIRI_FEATURES
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 1108c25..7ff6059 100644
--- a/.build.yml
+++ b/.build.yml
@@ -212,7 +212,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 -