diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-30 19:15:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-01 21:30:57 +0000 |
commit | 9ff66393d7b9b1bb048ae4d476384d37c239a33c (patch) | |
tree | d3ec484e350d5b6d95bf9dc80568df1519ac74cd | |
parent | d4723c609f700180ee808ac3fbbe2225043a8353 (diff) | |
download | openembedded-core-9ff66393d7b9b1bb048ae4d476384d37c239a33c.tar.gz openembedded-core-9ff66393d7b9b1bb048ae4d476384d37c239a33c.tar.bz2 openembedded-core-9ff66393d7b9b1bb048ae4d476384d37c239a33c.zip |
gstreamer1.0-plugins-base: add PACKAGECONFIG for libvisual
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc index 2135ae1e8f..4375a4b507 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc @@ -26,14 +26,12 @@ PACKAGECONFIG[theora] = "--enable-theora,--disable-theora,libtheora" PACKAGECONFIG[vorbis] = "--enable-vorbis,--disable-vorbis,libvorbis" PACKAGECONFIG[pango] = "--enable-pango,--disable-pango,pango" PACKAGECONFIG[gio-unix-2.0] = "--enable-gio_unix_2_0,--disable-gio_unix_2_0,glib-2.0" +PACKAGECONFIG[visual] = "--enable-libvisual,--disable-libvisual,libvisual" PACKAGECONFIG[cdparanoia] = "--enable-cdparanoia,--disable-cdparanoia,cdparanoia" - -# libvisual does not seem to exist anywhere in OE EXTRA_OECONF += " \ --enable-zlib \ --disable-freetypetest \ - --disable-libvisual \ " FILES_${MLPREFIX}libgsttag-1.0 += "${datadir}/gst-plugins-base/1.0/license-translations.dict" |