avahi: gtk support needs libglade as well
This commit is contained in:
parent
1d269dea1d
commit
90ac14b2a0
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user