aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-09-28 07:35:28 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-09-28 07:35:28 +0200
commit9164fa63072f213f9f02b0c2fae458b5c1072ade (patch)
treeba25efe4fb32fa514ded04209e5c351dd19a6d69 /debian/rules
parent9c198888efd1ec87860a56dc8123c5dc8e87ad7d (diff)
downloadlibayatana-appindicator-9164fa63072f213f9f02b0c2fae458b5c1072ade.tar.gz
libayatana-appindicator-9164fa63072f213f9f02b0c2fae458b5c1072ade.tar.bz2
libayatana-appindicator-9164fa63072f213f9f02b0c2fae458b5c1072ade.zip
debian/{control,rules}: Update supported host architectures.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 07bc596..ec382c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ API_VERSION = 0.1
DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
CONFIGURE_COMMON_FLAGS = --disable-scrollkeeper --enable-introspection
-ifneq (,$(filter $(DEB_HOST_ARCH),arm64 ppc64el))
+ifeq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 mipsel ppc64el s390x kfreebsd-amd64 kfreebsd-i386 powerpc ppc64))
CONFIGURE_COMMON_FLAGS += --disable-mono-test
else
dh_extra_args = ,cli