From: Carlos Rafael Giani Date: Wed, 5 Aug 2015 20:58:50 +0000 (+0200) Subject: gstreamer1.0-plugins-base: Enable pango packageconfig by default X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~29448 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9f4cecaaab584f1949eb0931609eb41e21e1a08;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gstreamer1.0-plugins-base: Enable pango packageconfig by default There is no discernible reason why pango should be initially disabled, since the necessary dependency is already included in OE core Signed-off-by: Carlos Rafael Giani Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc index 97e2949ff63..6d293c47e7d 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc @@ -12,7 +12,7 @@ PACKAGES_DYNAMIC =+ "^libgst.*" PACKAGECONFIG ??= " \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} \ - orc ivorbis ogg theora vorbis \ + orc ivorbis ogg theora vorbis pango \ " X11DEPENDS = "virtual/libx11 libsm libxrender"