avahi: add optional gtk3 support

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2014-10-26 05:30:02 +01:00
parent 7006bff9b3
commit 4ee770e184

View File

@ -73,7 +73,6 @@ AVAHI_CONF_OPTS = \
--disable-gdbm \
--disable-python-dbus \
--disable-pygtk \
--disable-gtk3 \
--disable-mono \
--disable-monodoc \
--disable-stack-protector \
@ -123,6 +122,13 @@ else
AVAHI_CONF_OPTS += --disable-gtk
endif
ifeq ($(BR2_PACKAGE_LIBGTK3),y)
AVAHI_DEPENDENCIES += libgtk3
AVAHI_CONF_OPTS += --enable-gtk3
else
AVAHI_CONF_OPTS += --disable-gtk3
endif
ifeq ($(BR2_PACKAGE_PYTHON),y)
AVAHI_CONF_ENV += am_cv_pathless_PYTHON=python \
am_cv_path_PYTHON=$(PYTHON_TARGET_BINARY) \