gvfs: use explicit --enable-gudev option

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Fabrice Fontaine 2018-10-19 22:13:11 +02:00 committed by Peter Korsgaard
parent 1703a851d7
commit 87d6d05f15

View File

@ -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)