mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
gstreamer1.0-plugins.inc: convert GSTREAMER_1_0_DEBUG to a PACKAGECONFIG
gstreamer1.0.inc has been updated to contol debug via a PACKAGECONFIG option, so apply the same change to gstreamer1.0-plugins.inc as well. Control valgrind support via a PACKAGECONFIG option too. http://git.openembedded.org/openembedded-core/commit/?id=81636555fa7f18407efc172c0d5b9f466b2d4014 (From OE-Core rev: 255bfcbcf15e8044f1ff3a5594fbce31be6a2df1) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
81cd227af3
commit
0edabfddee
@@ -7,18 +7,21 @@ DEPENDS = "gstreamer1.0 glib-2.0-native"
|
|||||||
|
|
||||||
inherit autotools pkgconfig upstream-version-is-even
|
inherit autotools pkgconfig upstream-version-is-even
|
||||||
|
|
||||||
GSTREAMER_1_0_DEBUG ?= "--disable-debug"
|
|
||||||
EXTRA_OECONF = "--disable-valgrind ${GSTREAMER_1_0_DEBUG} --disable-examples "
|
|
||||||
|
|
||||||
acpaths = "-I ${S}/common/m4 -I ${S}/m4"
|
acpaths = "-I ${S}/common/m4 -I ${S}/m4"
|
||||||
|
|
||||||
LIBV = "1.0"
|
LIBV = "1.0"
|
||||||
require gst-plugins-package.inc
|
require gst-plugins-package.inc
|
||||||
|
|
||||||
|
PACKAGECONFIG[debug] = "--enable-debug,--disable-debug"
|
||||||
PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc orc-native"
|
PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc orc-native"
|
||||||
|
PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,valgrind"
|
||||||
|
|
||||||
export ORCC = "${STAGING_DIR_NATIVE}${bindir}/orcc"
|
export ORCC = "${STAGING_DIR_NATIVE}${bindir}/orcc"
|
||||||
|
|
||||||
|
EXTRA_OECONF = " \
|
||||||
|
--disable-examples \
|
||||||
|
"
|
||||||
|
|
||||||
PACKAGES_DYNAMIC = "^${PN}-.*"
|
PACKAGES_DYNAMIC = "^${PN}-.*"
|
||||||
|
|
||||||
# apply gstreamer hack after Makefile.in.in in source is replaced by our version from
|
# apply gstreamer hack after Makefile.in.in in source is replaced by our version from
|
||||||
|
|||||||
Reference in New Issue
Block a user