mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
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:
parent
977ad264ee
commit
861d1efae4
@ -23,7 +23,6 @@ GVFS_CONF_OPTS = \
|
|||||||
--disable-gdu \
|
--disable-gdu \
|
||||||
--disable-goa \
|
--disable-goa \
|
||||||
--disable-google \
|
--disable-google \
|
||||||
--disable-keyring \
|
|
||||||
--disable-libmtp \
|
--disable-libmtp \
|
||||||
--disable-udisks2
|
--disable-udisks2
|
||||||
|
|
||||||
@ -119,6 +118,13 @@ else
|
|||||||
GVFS_CONF_OPTS += --disable-nfs
|
GVFS_CONF_OPTS += --disable-nfs
|
||||||
endif
|
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)
|
ifeq ($(BR2_PACKAGE_LIBSOUP)$(BR2_PACKAGE_LIBXML2),yy)
|
||||||
GVFS_DEPENDENCIES += libsoup libxml2
|
GVFS_DEPENDENCIES += libsoup libxml2
|
||||||
GVFS_CONF_OPTS += --enable-http
|
GVFS_CONF_OPTS += --enable-http
|
||||||
|
Loading…
x
Reference in New Issue
Block a user