aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2013-12-18 16:35:24 -0600
committerTed Gould <ted@gould.cx>2013-12-18 16:35:24 -0600
commitc74aed8c61d30cb24606790dbaf6b64ec81dd1dc (patch)
treedda1ebf53f7b5ef0a79ba4245cfa5179b6294b92
parent204376d90bcd8b0a63f00500821aeaad86dadedc (diff)
downloadlibdbusmenu-c74aed8c61d30cb24606790dbaf6b64ec81dd1dc.tar.gz
libdbusmenu-c74aed8c61d30cb24606790dbaf6b64ec81dd1dc.tar.bz2
libdbusmenu-c74aed8c61d30cb24606790dbaf6b64ec81dd1dc.zip
Don't depend on valgrind on ppc64el
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 4b1d0cb..c1026d3 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9),
libtool,
intltool,
gtk-doc-tools,
- valgrind [!arm64],
+ valgrind [!arm64 && !ppc64el],
dbus-test-runner,
xvfb,
libglib2.0-dev (>= 2.35.4),