libplayer: add missing indirect dependency from gstreamer
authorArnout Vandecappelle <arnout@mind.be>
Thu, 20 Feb 2014 13:34:11 +0000 (14:34 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 20 Feb 2014 18:20:49 +0000 (19:20 +0100)
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libplayer/Config.in

index c8271a16de9dfeff5f1068e0b072cbfc0cc0d634..be7e0f0be14a4438fe7c66bf9ecb5914a1a80fb9 100644 (file)
@@ -27,9 +27,11 @@ config BR2_PACKAGE_LIBPLAYER_GSTREAMER
        bool "gstreamer backend"
        depends on BR2_USE_WCHAR # glib2
        depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
+       depends on BR2_USE_MMU # glib2
        select BR2_PACKAGE_GSTREAMER
 
 comment "gstreamer backend needs a toolchain w/ wchar, threads"
+       depends on BR2_USE_MMU
        depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
 
 config BR2_PACKAGE_LIBPLAYER_PYTHON