]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
xbmc: add comment mmu depends
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 4 Aug 2014 13:20:40 +0000 (10:20 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 4 Aug 2014 16:29:40 +0000 (18:29 +0200)
Otherwise it shows up indirectly when toolchain options aren't enough
and then vanishes when they are fulfilled.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/xbmc/Config.in

index 6a00531e796206ba5e5feb0ca11cb7dc3fdf92c8..ebe0882f47fc1ad92ce23a2b7332b9592c8e9e6d 100644 (file)
@@ -5,6 +5,7 @@ config BR2_PACKAGE_XBMC_ARCH_SUPPORTS
 comment "xbmc needs a toolchain w/ C++, IPv6, largefile, threads, wchar"
        depends on BR2_PACKAGE_XBMC_ARCH_SUPPORTS
        depends on !BR2_INET_IPV6 || !BR2_INSTALL_LIBSTDCPP || !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
+       depends on BR2_USE_MMU
 
 config BR2_PACKAGE_XBMC_EGL_GLES
        bool