[oe-commits] Tim Orling : vlc: add PACKAGECONFIG for qt4

git at git.openembedded.org git at git.openembedded.org
Mon Sep 14 10:05:39 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 051f46aa82b7606f6ad9f63584498645ea96b22b
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=051f46aa82b7606f6ad9f63584498645ea96b22b

Author: Tim Orling <ticotimo at gmail.com>
Date:   Thu Sep 10 21:54:09 2015 -0700

vlc: add PACKAGECONFIG for qt4

Signed-off-by: Tim Orling <TicoTimo at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-multimedia/recipes-multimedia/vlc/vlc.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc/vlc.inc
index 401bfa1..41b5df9 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"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 DEPENDS = "libfribidi libtool libgcrypt libgcrypt-native gst-plugins-bad \
-   virtual/libsdl libsdl-image qt4-x11-free dbus dbus-glib libxml2 gnutls \
+   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 \
    libdc1394 libraw1394 avahi libjpeg-turbo xz libmodplug mpeg2dec \
@@ -56,6 +56,7 @@ PACKAGECONFIG[libva] = "--enable-libva --enable-avcodec,--disable-libva --disabl
 PACKAGECONFIG[speex] = "--enable-speex,--disable-speex,speex"
 PACKAGECONFIG[gstreamer] = "--enable-gst-decode,--disable-gst-decode,gstreamer1.0 gstreamer1.0-plugins-base"
 PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx, libvpx"
+PACKAGECONFIG[qt4] = "--enable-qt,--disable-qt, qt4-x11-free"
 
 do_configure_prepend() {
     cp ${STAGING_DATADIR}/libtool/config.* ${S}/autotools/ || true



More information about the Openembedded-commits mailing list