mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
gvfs: update dependency in PACKAGECONFIG[cdda]
Enabling cdda requires libcdio-paranoia not libcdio. libcdio-paranoia is not found in layer list so keep cdda disabled by default. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
cd13696fe4
commit
9fc20a4284
|
|
@ -1,7 +1,7 @@
|
|||
require gvfs.inc
|
||||
|
||||
DEPENDS = "libsoup-2.4 gnome-keyring glib-2.0 avahi gconf intltool-native"
|
||||
# optional: obexftp libcdio libimobiledevice
|
||||
# optional: obexftp libimobiledevice
|
||||
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
|
|
@ -31,4 +31,5 @@ PACKAGECONFIG[samba] = "--enable-samba --with-samba-includes=${STAGING_INCDIR} \
|
|||
PACKAGECONFIG[fuse] = "--enable-fuse, --disable-fuse, fuse"
|
||||
PACKAGECONFIG[archive] = "--enable-archive, --disable-archive, libarchive"
|
||||
PACKAGECONFIG[obexftp] = "--enable-obexftp, --disable-obexftp, bluez4 expat"
|
||||
PACKAGECONFIG[cdda] = "--enable-cdda, --disable-cdda, libcdio"
|
||||
# libcdio-paranoia recipe doesn't exist yet
|
||||
PACKAGECONFIG[cdda] = "--enable-cdda, --disable-cdda, libcdio-paranoia"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user