[oe-commits] Ross Burton : gst-plugins-bad: use correct option when enabling librsvg

git at git.openembedded.org git at git.openembedded.org
Tue Jul 9 09:45:58 UTC 2013


Module: openembedded-core.git
Branch: dylan
Commit: 3bb1858e73f789b8c3835075afc644ce3437aced
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3bb1858e73f789b8c3835075afc644ce3437aced

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon Jun 24 11:26:25 2013 +0100

gst-plugins-bad: use correct option when enabling librsvg

(From OE-Core master rev: 82eab38f2bf1dac3e3414a5a20b8e51f871e07ce)

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../gstreamer/gst-plugins-bad_0.10.23.bb           |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb
index 80a8b04..3d86f00 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb
@@ -17,7 +17,7 @@ EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disab
                  --disable-orc --disable-neon"
 
 PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'librsvg', '', d)}"
-PACKAGECONFIG[librsvg] = "--enable-librsvg,--disable-librsvg,librsvg,"
+PACKAGECONFIG[librsvg] = "--enable-rsvg,--disable-rsvg,librsvg,"
 
 ARM_INSTRUCTION_SET = "arm"
 



More information about the Openembedded-commits mailing list