summaryrefslogtreecommitdiff
path: root/package/gstreamer/gst-plugins-base
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-02-23 23:58:09 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-02-24 09:02:24 +0100
commitec7c940a3b5c0fed964789b2c7c6cf92681471e0 (patch)
tree098f8a1d9de428a36f78272306294c154175fe3f /package/gstreamer/gst-plugins-base
parentda02c35278206bf3aa9d1a47d28d0e4a5e5ba95f (diff)
packages: missing propagation of !mmu from pango
A number of packages that select Pango (which depends on BR2_USE_MMU) forget to also depends on BR2_USE_MMU. This commit fixes that. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gstreamer/gst-plugins-base')
-rw-r--r--package/gstreamer/gst-plugins-base/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gstreamer/gst-plugins-base/Config.in b/package/gstreamer/gst-plugins-base/Config.in
index 95f84d385..ccc88f7cd 100644
--- a/package/gstreamer/gst-plugins-base/Config.in
+++ b/package/gstreamer/gst-plugins-base/Config.in
@@ -87,6 +87,7 @@ config BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_PANGO
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_WCHAR # pango -> libglib2
depends on BR2_TOOLCHAIN_HAS_THREADS # pango -> libglib2
+ depends on BR2_USE_MMU # pango -> glib2
select BR2_PACKAGE_PANGO
comment "pango plugin needs a toolchain w/ C++, wchar, threads"