diff options
author | Tim Orling <ticotimo@gmail.com> | 2015-09-10 21:54:09 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-09-23 16:10:57 +0200 |
commit | 2ab254ce1afcb3747a9f1b571df75eae2378c7eb (patch) | |
tree | d12c8a86cf155d6431e8655ae357f10a71f92ea7 /meta-multimedia/recipes-multimedia/vlc/vlc.inc | |
parent | 2e1089e973cafe8bed438dd8f708ab7875bd5746 (diff) | |
download | meta-openembedded-2ab254ce1afcb3747a9f1b571df75eae2378c7eb.tar.gz |
vlc: add PACKAGECONFIG for qt4
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/vlc/vlc.inc')
-rw-r--r-- | meta-multimedia/recipes-multimedia/vlc/vlc.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc/vlc.inc index 401bfa1b8..41b5df92d 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc.inc +++ b/meta-multimedia/recipes-multimedia/vlc/vlc.inc | |||
@@ -6,7 +6,7 @@ LICENSE = "GPL-2.0" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
7 | 7 | ||
8 | DEPENDS = "libfribidi libtool libgcrypt libgcrypt-native gst-plugins-bad \ | 8 | DEPENDS = "libfribidi libtool libgcrypt libgcrypt-native gst-plugins-bad \ |
9 | virtual/libsdl libsdl-image qt4-x11-free dbus dbus-glib libxml2 gnutls \ | 9 | virtual/libsdl libsdl-image dbus dbus-glib libxml2 gnutls \ |
10 | tremor faad2 ffmpeg flac libxpm libxinerama fluidsynth alsa-lib \ | 10 | tremor faad2 ffmpeg flac libxpm libxinerama fluidsynth alsa-lib \ |
11 | libdvdcss libdvdread lua-native lua libidn libnotify gtk+ gnome-vfs \ | 11 | libdvdcss libdvdread lua-native lua libidn libnotify gtk+ gnome-vfs \ |
12 | libdc1394 libraw1394 avahi libjpeg-turbo xz libmodplug mpeg2dec \ | 12 | libdc1394 libraw1394 avahi libjpeg-turbo xz libmodplug mpeg2dec \ |
@@ -56,6 +56,7 @@ PACKAGECONFIG[libva] = "--enable-libva --enable-avcodec,--disable-libva --disabl | |||
56 | PACKAGECONFIG[speex] = "--enable-speex,--disable-speex,speex" | 56 | PACKAGECONFIG[speex] = "--enable-speex,--disable-speex,speex" |
57 | PACKAGECONFIG[gstreamer] = "--enable-gst-decode,--disable-gst-decode,gstreamer1.0 gstreamer1.0-plugins-base" | 57 | PACKAGECONFIG[gstreamer] = "--enable-gst-decode,--disable-gst-decode,gstreamer1.0 gstreamer1.0-plugins-base" |
58 | PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx, libvpx" | 58 | PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx, libvpx" |
59 | PACKAGECONFIG[qt4] = "--enable-qt,--disable-qt, qt4-x11-free" | ||
59 | 60 | ||
60 | do_configure_prepend() { | 61 | do_configure_prepend() { |
61 | cp ${STAGING_DATADIR}/libtool/config.* ${S}/autotools/ || true | 62 | cp ${STAGING_DATADIR}/libtool/config.* ${S}/autotools/ || true |