avahi: gtk support needs libglade as well

This commit is contained in:
Peter Korsgaard 2009-03-19 11:41:05 +00:00
parent 1d269dea1d
commit 90ac14b2a0
2 changed files with 2 additions and 3 deletions

View File

@ -115,8 +115,8 @@ else
AVAHI_CONF_OPT += --disable-glib --disable-gobject
endif
ifeq ($(BR2_PACKAGE_LIBGTK2),y)
AVAHI_DEPENDENCIES += libgtk2
ifeq ($(BR2_PACKAGE_LIBGLADE),y)
AVAHI_DEPENDENCIES += libglade
else
AVAHI_CONF_OPT += --disable-gtk
endif

View File

@ -152,7 +152,6 @@ $(STAMP_DIR)/host_libgtk2_configured: $(STAMP_DIR)/host_libgtk2_unpacked $(STAMP
--disable-static \
--disable-glibtest \
--without-libtiff \
--without-libpng \
--without-libjpeg \
--with-x \
--with-gdktarget=x11 \