gvfs: enable keyring

Enable keyring if libsecret is available

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-21 18:45:51 +02:00 committed by Peter Korsgaard
parent 977ad264ee
commit 861d1efae4

View File

@ -23,7 +23,6 @@ GVFS_CONF_OPTS = \
--disable-gdu \
--disable-goa \
--disable-google \
--disable-keyring \
--disable-libmtp \
--disable-udisks2
@ -119,6 +118,13 @@ else
GVFS_CONF_OPTS += --disable-nfs
endif
ifeq ($(BR2_PACKAGE_LIBSECRET),y)
GVFS_DEPENDENCIES += libsecret
GVFS_CONF_OPTS += --enable-keyring
else
GVFS_CONF_OPTS += --disable-keyring
endif
ifeq ($(BR2_PACKAGE_LIBSOUP)$(BR2_PACKAGE_LIBXML2),yy)
GVFS_DEPENDENCIES += libsoup libxml2
GVFS_CONF_OPTS += --enable-http