mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
VLC: make gnome-vfs configurable
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
d6565ae321
commit
6d666e54c6
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
DEPENDS = "libfribidi libtool libgcrypt libgcrypt-native \
|
||||
virtual/libsdl libsdl-image dbus dbus-glib libxml2 gnutls \
|
||||
tremor faad2 ffmpeg flac libxpm libxinerama fluidsynth alsa-lib \
|
||||
libdvdcss libdvdread lua-native lua libidn libnotify gtk+ gnome-vfs \
|
||||
libdvdcss libdvdread lua-native lua libidn libnotify gtk+ \
|
||||
libdc1394 libraw1394 avahi libjpeg-turbo xz libmodplug mpeg2dec \
|
||||
libmtp libopus orc libsamplerate0 libusb1 schroedinger taglib \
|
||||
tiff xcb-util-keysyms samba"
|
||||
@@ -59,6 +59,7 @@ PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx, libvpx"
|
||||
PACKAGECONFIG[qt4] = "--enable-qt,--disable-qt, qt4-x11-free"
|
||||
PACKAGECONFIG[freerdp] = "--enable-freerdp,--disable-freerdp, freerdp"
|
||||
PACKAGECONFIG[dvbpsi] = "--enable-dvbpsi,--disable-dvbpsi, libdvbpsi"
|
||||
PACKAGECONFIG[gnome-vfs] = "--enable-gnomevfs,--disable-gnomevfs, gnome-vfs"
|
||||
|
||||
do_configure_prepend() {
|
||||
cp ${STAGING_DATADIR}/libtool/config.* ${S}/autotools/ || true
|
||||
|
||||
Reference in New Issue
Block a user