projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1703a85
)
gvfs: use explicit --enable-gudev option
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Fri, 19 Oct 2018 20:13:11 +0000
(22:13 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Sat, 20 Oct 2018 16:03:33 +0000
(18:03 +0200)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gvfs/gvfs.mk
patch
|
blob
|
history
diff --git
a/package/gvfs/gvfs.mk
b/package/gvfs/gvfs.mk
index b62923a500b373c5e998565d4b9b4fde82e822b9..82683d7da17d171b876ff811225b7c2ed23a1e82 100644
(file)
--- 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)