mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
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
|
AVAHI_CONF_OPT += --disable-glib --disable-gobject
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBGTK2),y)
|
ifeq ($(BR2_PACKAGE_LIBGLADE),y)
|
||||||
AVAHI_DEPENDENCIES += libgtk2
|
AVAHI_DEPENDENCIES += libglade
|
||||||
else
|
else
|
||||||
AVAHI_CONF_OPT += --disable-gtk
|
AVAHI_CONF_OPT += --disable-gtk
|
||||||
endif
|
endif
|
||||||
|
@ -152,7 +152,6 @@ $(STAMP_DIR)/host_libgtk2_configured: $(STAMP_DIR)/host_libgtk2_unpacked $(STAMP
|
|||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-glibtest \
|
--disable-glibtest \
|
||||||
--without-libtiff \
|
--without-libtiff \
|
||||||
--without-libpng \
|
|
||||||
--without-libjpeg \
|
--without-libjpeg \
|
||||||
--with-x \
|
--with-x \
|
||||||
--with-gdktarget=x11 \
|
--with-gdktarget=x11 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user