Commit 4ee770e1 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

avahi: add optional gtk3 support

parent 7006bff9
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -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) \