All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] avahi: add optional gtk3 support
@ 2014-10-26  4:30 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2014-10-26  4:30 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=4ee770e1847b16e6b671513aee492e8426f5398d
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/avahi/avahi.mk |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk
index 3b9ac63..752f2e7 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) \

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-26  4:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-26  4:30 [Buildroot] [git commit] avahi: add optional gtk3 support Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.