summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-03-08 22:30:57 +0100
committerraveit65 <[email protected]>2021-03-08 22:30:57 +0100
commitf2d15bd45042d07ddc55cb1224d0e772a0d0705f (patch)
treeb0203b90701e10b8beebf27c80f7476d8cc35933
parentae8dfa22393939bfb37a98edd0b0e56cc1483d14 (diff)
downloadmate-indicator-applet-f2d15bd45042d07ddc55cb1224d0e772a0d0705f.tar.bz2
mate-indicator-applet-f2d15bd45042d07ddc55cb1224d0e772a0d0705f.tar.xz
travis: debian build: Use Ayatana Indicators
-rw-r--r--.build.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index 36bfdac..d342215 100644
--- a/.build.yml
+++ b/.build.yml
@@ -26,7 +26,8 @@ requires:
- gcc
- git
- libgtk-3-dev
- - libindicator3-dev
+ - libayatana-ido3-dev
+ - libayatana-indicator3-dev
- libmate-panel-applet-dev
- libtool
- libx11-dev
@@ -86,7 +87,11 @@ before_scripts:
build_scripts:
- NOCONFIGURE=1 ./autogen.sh
- - scan-build $CHECKERS ./configure
+ - if [ ${DISTRO_NAME} == "debian" ];then
+ - scan-build $CHECKERS ./configure --with-ayatana-indicators=yes
+ - else
+ - scan-build $CHECKERS ./configure
+ - fi
- if [ $CPU_COUNT -gt 1 ]; then
- scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT
- else