mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/avahi: fix
This commit is contained in:
parent
79d6190d37
commit
6b634ef698
1 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,8 @@
|
|||
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - remove make/opt depends on mono
|
||||
# - remove make/opt depends on mono, gtk-sharp-2
|
||||
# - --disable-mono
|
||||
|
||||
pkgname=avahi
|
||||
pkgver=0.7
|
||||
|
@ -14,7 +15,7 @@ url='https://github.com/lathiat/avahi'
|
|||
license=(LGPL)
|
||||
arch=(x86_64)
|
||||
depends=(expat libdaemon glib2 libcap gdbm dbus)
|
||||
makedepends=(git qt4 pygtk intltool gtk-sharp-2 gobject-introspection gtk3
|
||||
makedepends=(git qt4 pygtk intltool gobject-introspection gtk3
|
||||
xmltoman python-dbus python-gobject doxygen graphviz)
|
||||
optdepends=('gtk3: avahi-discover, avahi-discover-standalone, bshell, bssh, bvnc'
|
||||
'gtk2: gtk2 bindings'
|
||||
|
@ -53,6 +54,7 @@ build() {
|
|||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--sbindir=/usr/bin \
|
||||
--disable-mono \
|
||||
--disable-monodoc \
|
||||
--disable-qt3 \
|
||||
--enable-compat-libdns_sd \
|
||||
|
|
Loading…
Reference in a new issue