[Buildroot] [git commit] xbmc: add comment mmu depends

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Aug 4 16:29:40 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=21c24ae4336882d0cbe832626a898d880615d6bc
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Otherwise it shows up indirectly when toolchain options aren't enough
and then vanishes when they are fulfilled.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/xbmc/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/xbmc/Config.in b/package/xbmc/Config.in
index 6a00531..ebe0882 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


More information about the buildroot mailing list