avahi: fix cross builds (needs libtool for autoreconf).
This commit is contained in:
parent
7227570b34
commit
565f4848be
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ subpackages="avahi-autoipd avahi-discover avahi-compat-libs avahi-compat-libs-de
|
|||
|
||||
if [ "$XBPS_CROSS_BUILD" ]; then
|
||||
# XXX glib, gtk, introspection and python
|
||||
hostmakedepends="automake gettext-devel glib-devel pkg-config intltool"
|
||||
hostmakedepends="libtool automake gettext-devel glib-devel pkg-config intltool"
|
||||
makedepends="dbus-devel libcap-devel libdaemon-devel gdbm-devel"
|
||||
subpackages="avahi-autoipd avahi-compat-libs avahi-compat-libs-devel
|
||||
avahi-libs avahi-libs-devel avahi-utils"
|
||||
|
|
Loading…
Reference in a new issue