[oe-commits] Carlos Rafael Giani : gstreamer1.0-plugins-base: Enable pango packageconfig by default

git at git.openembedded.org git at git.openembedded.org
Mon Aug 10 19:41:19 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: a9f4cecaaab584f1949eb0931609eb41e21e1a08
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a9f4cecaaab584f1949eb0931609eb41e21e1a08

Author: Carlos Rafael Giani <dv at pseudoterminal.org>
Date:   Wed Aug  5 22:58:50 2015 +0200

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 <dv at pseudoterminal.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc
index 97e2949..6d293c4 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"



More information about the Openembedded-commits mailing list