diff options
author | Ross Burton <ross.burton@intel.com> | 2013-06-24 11:26:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-25 17:44:57 +0100 |
commit | 4a7d0631ee21f1da4fb1164acdd57cdc27b7af57 (patch) | |
tree | a7669959f0171999db9c0e195d47ae351e7b975f /meta/recipes-multimedia | |
parent | a0d2cde52459d8cd3f222486e71ddaa3d3041a61 (diff) | |
download | poky-4a7d0631ee21f1da4fb1164acdd57cdc27b7af57.tar.gz |
gst-plugins-bad: use correct option when enabling librsvg
(From OE-Core rev: 82eab38f2bf1dac3e3414a5a20b8e51f871e07ce)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/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 80a8b04459..3d86f00466 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 | |||
17 | --disable-orc --disable-neon" | 17 | --disable-orc --disable-neon" |
18 | 18 | ||
19 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'librsvg', '', d)}" | 19 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'librsvg', '', d)}" |
20 | PACKAGECONFIG[librsvg] = "--enable-librsvg,--disable-librsvg,librsvg," | 20 | PACKAGECONFIG[librsvg] = "--enable-rsvg,--disable-rsvg,librsvg," |
21 | 21 | ||
22 | ARM_INSTRUCTION_SET = "arm" | 22 | ARM_INSTRUCTION_SET = "arm" |
23 | 23 | ||