]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
gst1-plugins-base: add missing indirect dependency on atomics for pango
authorArnout Vandecappelle <arnout@mind.be>
Wed, 4 Feb 2015 00:34:03 +0000 (01:34 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 7 Feb 2015 20:04:06 +0000 (21:04 +0100)
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>
package/gstreamer1/gst1-plugins-base/Config.in

index 3b487c5f6a8baa6bc357587b93b0e48c32577f5a..44367eb7e5aea22a757983a613f7604b93d46284 100644 (file)
@@ -128,17 +128,15 @@ config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_OGG
 
 config BR2_PACKAGE_GST1_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 -> libglib2
+       depends on BR2_INSTALL_LIBSTDCPP # pango -> freetype
+       depends on BR2_ARCH_HAS_ATOMICS # pango -> cairo
        select BR2_PACKAGE_PANGO
        help
          Pango-based text rendering and overlay
 
-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_GST1_PLUGINS_BASE_PLUGIN_THEORA
        bool "theora (*.ogg video)"