summaryrefslogtreecommitdiff
path: root/extra/avahi/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/avahi/PKGBUILD')
-rw-r--r--extra/avahi/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/avahi/PKGBUILD b/extra/avahi/PKGBUILD
index 1a050d944..61a88ee54 100644
--- a/extra/avahi/PKGBUILD
+++ b/extra/avahi/PKGBUILD
@@ -27,11 +27,12 @@ makedepends=('qt' 'qt3' 'pygtk' 'mono' 'intltool' 'dbus-python'
[ "$CARCH" = "mips64el" ] && {
optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc'
'gtk2: gtk2 bindings'
+ 'qt: qt bindings'
'pygtk: avahi-bookmarks, avahi-discover'
'twisted: avahi-bookmarks'
'dbus-python: avahi-discover'
'nss-mdns: NSS support for mDNS')
-makedepends=('pygtk' 'intltool' 'dbus-python'
+makedepends=('qt' 'pygtk' 'intltool' 'dbus-python'
'gobject-introspection' 'gtk3')
}
backup=(etc/avahi/avahi-daemon.conf etc/avahi/services/{sftp-,}ssh.service)
@@ -54,7 +55,7 @@ build() {
patch -p1 -i "../rc.d.patch"
[ "$CARCH" = "mips64el" ] && \
- extra="--disable-qt3 --disable-qt4 --disable-mono"
+ extra="--disable-qt3 --disable-mono"
# pygtk requires python2; make it explicit in case other python are installed: FS#21865
PYTHON=python2 \