summaryrefslogtreecommitdiff
path: root/package/gstreamer/gst-plugins-base
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2015-02-04 01:34:02 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-02-07 21:03:26 +0100
commit040c15c45a36e96883257c56a5469e026055ffbb (patch)
treeecc3b866457105e5b11557bcdc8d45c44b74cba1 /package/gstreamer/gst-plugins-base
parentd890524aab24fc17c618830e31739a81e9dbb6f1 (diff)
gst-plugins-base: add missing indirect dependency on atomics for pango
Also removed the redundant indirect dependencies on wchar, threads, mmu (gstreamer depends on libglib2 so this indirect dependency is obvious). [Peter: drop wchar+threads from comment as suggested by Jerzy Grzegorek] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> 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.in12
1 files changed, 5 insertions, 7 deletions
diff --git a/package/gstreamer/gst-plugins-base/Config.in b/package/gstreamer/gst-plugins-base/Config.in
index ccc88f7cd..8ececea5a 100644
--- a/package/gstreamer/gst-plugins-base/Config.in
+++ b/package/gstreamer/gst-plugins-base/Config.in
@@ -84,15 +84,13 @@ config BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_OGG
config BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_PANGO
bool "pango font renderer"
- 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
+ depends on BR2_INSTALL_LIBSTDCPP # pango -> freetype
+ depends on BR2_ARCH_HAS_ATOMICS # pango -> cairo
select BR2_PACKAGE_PANGO
-comment "pango plugin needs a toolchain w/ C++, wchar, threads"
- depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
- !BR2_TOOLCHAIN_HAS_THREADS
+comment "pango plugin needs a toolchain w/ C++"
+ depends on !BR2_INSTALL_LIBSTDCPP
+ depends on BR2_ARCH_HAS_ATOMICS
config BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_THEORA
bool "theora (*.ogg video)"