aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer
diff options
context:
space:
mode:
authorCarlos Rafael Giani <dv@pseudoterminal.org>2015-08-05 22:58:50 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-10 12:40:24 -0700
commitf41818ccd5f31e9246ed511145b5dbf6f0e664ac (patch)
tree1f46b7742f0ac3d1359dc24c90db78c8cc201f66 /meta/recipes-multimedia/gstreamer
parent38d52556903546d6ccaa36082b38c6e2fc606cc5 (diff)
downloadopenembedded-core-contrib-f41818ccd5f31e9246ed511145b5dbf6f0e664ac.tar.gz
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 (From OE-Core rev: a9f4cecaaab584f1949eb0931609eb41e21e1a08) Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc2
1 files changed, 1 insertions, 1 deletions
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"