summaryrefslogtreecommitdiffstats
path: root/package/avahi/avahi.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/avahi/avahi.mk')
-rw-r--r--package/avahi/avahi.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk
index 3b9ac6376a..752f2e7d5b 100644
--- a/package/avahi/avahi.mk
+++ b/package/avahi/avahi.mk
@@ -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) \
OpenPOWER on IntegriCloud