mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
vlc: add PACKAGECONFIG for qt4
Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@ LICENSE = "GPL-2.0"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||||
|
|
||||||
DEPENDS = "libfribidi libtool libgcrypt libgcrypt-native gst-plugins-bad \
|
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 \
|
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+ gnome-vfs \
|
||||||
libdc1394 libraw1394 avahi libjpeg-turbo xz libmodplug mpeg2dec \
|
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[speex] = "--enable-speex,--disable-speex,speex"
|
||||||
PACKAGECONFIG[gstreamer] = "--enable-gst-decode,--disable-gst-decode,gstreamer1.0 gstreamer1.0-plugins-base"
|
PACKAGECONFIG[gstreamer] = "--enable-gst-decode,--disable-gst-decode,gstreamer1.0 gstreamer1.0-plugins-base"
|
||||||
PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx, libvpx"
|
PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx, libvpx"
|
||||||
|
PACKAGECONFIG[qt4] = "--enable-qt,--disable-qt, qt4-x11-free"
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
cp ${STAGING_DATADIR}/libtool/config.* ${S}/autotools/ || true
|
cp ${STAGING_DATADIR}/libtool/config.* ${S}/autotools/ || true
|
||||||
|
|||||||
Reference in New Issue
Block a user