From: Gustavo Zacarias Date: Mon, 4 Aug 2014 13:20:40 +0000 (-0300) Subject: xbmc: add comment mmu depends X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=21c24ae4336882d0cbe832626a898d880615d6bc;p=buildroot.git xbmc: add comment mmu depends Otherwise it shows up indirectly when toolchain options aren't enough and then vanishes when they are fulfilled. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/xbmc/Config.in b/package/xbmc/Config.in index 6a00531e79..ebe0882f47 100644 --- a/package/xbmc/Config.in +++ b/package/xbmc/Config.in @@ -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