All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] gvfs: use explicit --enable-gudev option
@ 2018-10-20 16:03 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2018-10-20 16:03 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=87d6d05f1532e34f7623579342d51e05e2cb0eae
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/gvfs/gvfs.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/gvfs/gvfs.mk b/package/gvfs/gvfs.mk
index b62923a500..82683d7da1 100644
--- a/package/gvfs/gvfs.mk
+++ b/package/gvfs/gvfs.mk
@@ -44,6 +44,9 @@ endif
 
 ifeq ($(BR2_PACKAGE_LIBGUDEV),y)
 GVFS_DEPENDENCIES += libgudev
+GVFS_CONF_OPTS  += --enable-gudev
+else
+GVFS_CONF_OPTS += --disable-gudev
 endif
 
 ifeq ($(BR2_PACKAGE_LIBARCHIVE),y)

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

only message in thread, other threads:[~2018-10-20 16:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-20 16:03 [Buildroot] [git commit] gvfs: use explicit --enable-gudev option 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.