summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-multimedia/recipes-multimedia/vlc/vlc.inc12
1 files changed, 11 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc/vlc.inc
index b0dad67745..9adcdb107d 100644
--- a/meta-multimedia/recipes-multimedia/vlc/vlc.inc
+++ b/meta-multimedia/recipes-multimedia/vlc/vlc.inc
@@ -11,7 +11,7 @@ DEPENDS = "libfribidi libtool libgcrypt libgcrypt-native \
11 libdvdcss libdvdread lua-native lua libidn libnotify gtk+ \ 11 libdvdcss libdvdread lua-native lua libidn libnotify gtk+ \
12 libdc1394 libraw1394 avahi libjpeg-turbo xz libmodplug mpeg2dec \ 12 libdc1394 libraw1394 avahi libjpeg-turbo xz libmodplug mpeg2dec \
13 libmtp libopus orc libsamplerate0 libusb1 schroedinger taglib \ 13 libmtp libopus orc libsamplerate0 libusb1 schroedinger taglib \
14 tiff xcb-util-keysyms samba" 14 tiff xcb-util-keysyms"
15 15
16SRC_URI = "http://download.videolan.org/pub/videolan/${BPN}/${PV}/${BP}.tar.xz" 16SRC_URI = "http://download.videolan.org/pub/videolan/${BPN}/${PV}/${BP}.tar.xz"
17 17
@@ -60,6 +60,16 @@ PACKAGECONFIG[qt4] = "--enable-qt,--disable-qt, qt4-x11-free"
60PACKAGECONFIG[freerdp] = "--enable-freerdp,--disable-freerdp, freerdp" 60PACKAGECONFIG[freerdp] = "--enable-freerdp,--disable-freerdp, freerdp"
61PACKAGECONFIG[dvbpsi] = "--enable-dvbpsi,--disable-dvbpsi, libdvbpsi" 61PACKAGECONFIG[dvbpsi] = "--enable-dvbpsi,--disable-dvbpsi, libdvbpsi"
62PACKAGECONFIG[gnome-vfs] = "--enable-gnomevfs,--disable-gnomevfs, gnome-vfs" 62PACKAGECONFIG[gnome-vfs] = "--enable-gnomevfs,--disable-gnomevfs, gnome-vfs"
63PACKAGECONFIG[samba] = "--enable-smbclient,--disable-smbclient, samba"
64PACKAGECONFIG[upnp] = "--enable-upnp,--disable-upnp,libupnp"
65PACKAGECONFIG[dvdnav] = "--enable-dvdnav,--disable-dvdnav,libdvdnav"
66PACKAGECONFIG[sftp] = "--enable-sftp,--disable-sftp,libssh2"
67PACKAGECONFIG[vorbis] = "--enable-vorbis,--disable-vorbis,libvorbis libogg"
68PACKAGECONFIG[ogg] = "--enable-ogg,--disable-ogg,libvorbis libogg"
69PACKAGECONFIG[dc1394] = "--enable-dc1394,--disable-dc1394,libdc1394"
70PACKAGECONFIG[dv1394] = "--enable-dv1394,--disable-dv1394,libraw1394 libavc1394"
71PACKAGECONFIG[svg] = "--enable-svg,--disable-svg,librsvg"
72PACKAGECONFIG[svgdec] = "--enable-svgdec,--disable-svgdec,librsvg cairo"
63 73
64do_configure_prepend() { 74do_configure_prepend() {
65 cp ${STAGING_DATADIR}/libtool/config.* ${S}/autotools/ || true 75 cp ${STAGING_DATADIR}/libtool/config.* ${S}/autotools/ || true