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: 2015-10~935 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a9f4cecaaab584f1949eb0931609eb41e21e1a08;p=openembedded-core.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 97e2949ff6..6d293c47e7 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"