mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
a0d2cde524
commit
4a7d0631ee
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user