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-09 15:14:30 -0700 |
commit | a9f4cecaaab584f1949eb0931609eb41e21e1a08 (patch) | |
tree | e27c78a939aa95fe1964801849513a64c816b919 /meta/recipes-multimedia/gstreamer | |
parent | 4917e36a77bd6821b45db52caa43939d344d92f6 (diff) | |
download | openembedded-core-contrib-a9f4cecaaab584f1949eb0931609eb41e21e1a08.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
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 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" |