diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2015-08-05 22:58:50 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-10 12:40:24 -0700 |
commit | f41818ccd5f31e9246ed511145b5dbf6f0e664ac (patch) | |
tree | 1f46b7742f0ac3d1359dc24c90db78c8cc201f66 /meta/recipes-multimedia/gstreamer | |
parent | 38d52556903546d6ccaa36082b38c6e2fc606cc5 (diff) | |
download | poky-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.inc | 2 |
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.*" | |||
12 | PACKAGECONFIG ??= " \ | 12 | PACKAGECONFIG ??= " \ |
13 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ | 13 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ |
14 | ${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} \ | 14 | ${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} \ |
15 | orc ivorbis ogg theora vorbis \ | 15 | orc ivorbis ogg theora vorbis pango \ |
16 | " | 16 | " |
17 | 17 | ||
18 | X11DEPENDS = "virtual/libx11 libsm libxrender" | 18 | X11DEPENDS = "virtual/libx11 libsm libxrender" |