mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
gst-plugins-good: fix orc enabling via PACKAGECONFIG
An extra --disable-orc was being added to EXTRA_OECONF regardless of whether orc was in PACKAGECONFIG, drop this. (From OE-Core rev: 0fbb6b6a2bae4d5df21dc9606e7befeb6ad24429) Signed-off-by: Paul Eggleton <paul.eggleton@linux.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
58eb62b3df
commit
88c568c998
@@ -25,7 +25,7 @@ inherit gettext gconf
|
||||
SRC_URI += "file://0001-v4l2-fix-build-with-recent-kernels-the-v4l2_buffer-i.patch"
|
||||
|
||||
EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --disable-hal --without-check \
|
||||
--disable-orc --disable-examples --disable-taglib"
|
||||
--disable-examples --disable-taglib"
|
||||
|
||||
do_configure_prepend() {
|
||||
# This m4 file contains nastiness which conflicts with libtool 2.2.2
|
||||
|
||||
Reference in New Issue
Block a user