diff options
author | Matthias Klose <doko@ubuntu.com> | 2013-10-14 14:27:46 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-10-14 14:27:46 +0000 |
commit | 7fa21cc7c8181273a32b5936d241f61c15bc0172 (patch) | |
tree | 83e4c7eb464a1d00bdd843ed23deeb499fe0044b /debian/control | |
parent | 53d9d3d0e15e2d6cbbeaa43459364c6d282a6d92 (diff) | |
parent | 63078a821b54c9361dcde52dedd53fd143695d1f (diff) | |
download | libayatana-appindicator-7fa21cc7c8181273a32b5936d241f61c15bc0172.tar.gz libayatana-appindicator-7fa21cc7c8181273a32b5936d241f61c15bc0172.tar.bz2 libayatana-appindicator-7fa21cc7c8181273a32b5936d241f61c15bc0172.zip |
Don't build the mono bindings on AArch64, not available. Fixes: https://bugs.launchpad.net/bugs/1239474.
Approved by Ted Gould, PS Jenkins bot.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control index 00aad76..1d9b829 100644 --- a/debian/control +++ b/debian/control @@ -7,22 +7,22 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, python-all-dev, at-spi2-core, - cli-common-dev (>= 0.5.7), + cli-common-dev (>= 0.5.7) [!arm64], gobject-introspection, intltool, gtk-doc-tools, libxml2-utils, - libnunit-cil-dev, + libnunit-cil-dev [!arm64], dbus-test-runner, xvfb, valac, - mono-devel (>= 2.4.3), + mono-devel (>= 2.4.3) [!arm64], libglib2.0-dev (>= 2.35.4), libgtk-3-dev (>= 2.91.3), libgtk2.0-dev (>= 2.12.0), python-gtk2-dev, - gtk-sharp2-gapi, - libgtk2.0-cil-dev, + gtk-sharp2-gapi [!arm64], + libgtk2.0-cil-dev [!arm64], libdbus-glib-1-dev (>= 0.82), libindicator-dev (>= 0.3.90), libindicator3-dev (>= 0.3.90), |