From: Andre McCurdy Date: Thu, 25 Feb 2016 02:15:24 +0000 (-0800) Subject: gstreamer1.0.inc: add explicit PACKAGECONFIG init X-Git-Tag: 2016-4~677 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b21d7de7d992349a77014805bfb17449d37c66f3;p=openembedded-core.git gstreamer1.0.inc: add explicit PACKAGECONFIG init Although gstreamer1.0.inc doesn't currently set any default PACKAGECONFIG options, add explicit initialisation in order to match the style / structure of the other gstreamer1.0 recipes. Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton --- diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc index 662cd1ace8..5c212e6a56 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc @@ -10,6 +10,8 @@ DEPENDS = "glib-2.0 glib-2.0-native libcap libxml2 bison-native flex-native" inherit autotools pkgconfig gettext upstream-version-is-even +PACKAGECONFIG ??= "" + PACKAGECONFIG[check] = "--enable-check,--disable-check" PACKAGECONFIG[debug] = "--enable-debug,--disable-debug" PACKAGECONFIG[tests] = "--enable-tests,--disable-tests"