avahi: remove obsolete pkg-config env vars for cross builds.

This commit is contained in:
Juan RP 2013-02-26 16:23:06 +01:00
parent 637dfb94d7
commit 40fe1fe3fe

View file

@ -45,9 +45,7 @@ if [ -n "$XBPS_CROSS_TRIPLET" ]; then
avahi-libs avahi-libs-devel avahi-utils"
configure_args="${configure_args} --disable-glib --disable-gobject
--disable-gtk --disable-gtk3 --disable-introspection
--disable-python --disable-pygtk
PKG_CONFIG_SYSROOT_DIR=/usr/$XBPS_CROSS_TRIPLET
PKG_CONFIG_LIBDIR=/usr/$XBPS_CROSS_TRIPLET/lib/pkgconfig"
--disable-python --disable-pygtk"
pre_configure() {
autoreconf -fi
}