From: Gustavo Zacarias Date: Mon, 4 Aug 2014 12:46:16 +0000 (-0300) Subject: pcmanfm: add mmu depends X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=67db10339d964792ae14d8c5b2e4894ef136df7e;p=buildroot.git pcmanfm: add 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/pcmanfm/Config.in b/package/pcmanfm/Config.in index cf77e36e0f..b3baa4c914 100644 --- a/package/pcmanfm/Config.in +++ b/package/pcmanfm/Config.in @@ -17,3 +17,4 @@ config BR2_PACKAGE_PCMANFM comment "pcmanfm needs a toolchain w/ wchar, threads" depends on BR2_PACKAGE_XORG7 && BR2_PACKAGE_LIBGTK2 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS + depends on BR2_USE_MMU