From: Gustavo Zacarias Date: Mon, 4 Aug 2014 13:20:29 +0000 (-0300) Subject: libgail: add comment mmu depends X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2c97317e14bd3899323e817084e192202e1ebd51;p=buildroot.git libgail: 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/libgail/Config.in b/package/libgail/Config.in index e9975329b1..512f228cf0 100644 --- a/package/libgail/Config.in +++ b/package/libgail/Config.in @@ -23,3 +23,4 @@ config BR2_PACKAGE_LIBGAIL comment "libgail needs a toolchain w/ wchar, threads" depends on BR2_PACKAGE_LIBGTK2 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS + depends on BR2_USE_MMU