mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
gvfs: enable cdda backend
Enable cdda if libcdio-paranoia and libgudev are available Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
1f595f3cf6
commit
7aef10f631
@@ -20,7 +20,6 @@ GVFS_CONF_ENV = ac_cv_path_LIBGCRYPT_CONFIG=$(STAGING_DIR)/usr/bin/libgcrypt-con
|
||||
# Most of these are missing library support
|
||||
GVFS_CONF_OPTS = \
|
||||
--disable-afc \
|
||||
--disable-cdda \
|
||||
--disable-gcr \
|
||||
--disable-gdu \
|
||||
--disable-goa \
|
||||
@@ -72,6 +71,13 @@ else
|
||||
GVFS_CONF_OPTS += --disable-admin
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBCDIO_PARANOIA)$(BR2_PACKAGE_LIBGUDEV),yy)
|
||||
GVFS_DEPENDENCIES += libcdio-paranoia libgudev
|
||||
GVFS_CONF_OPTS += --enable-cdda
|
||||
else
|
||||
GVFS_CONF_OPTS += --disable-cdda
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBFUSE),y)
|
||||
GVFS_DEPENDENCIES += libfuse
|
||||
GVFS_CONF_OPTS += --enable-fuse
|
||||
|
||||
Reference in New Issue
Block a user