[Buildroot] [git commit] pcmanfm: add missing BR2_USE_MMU dependency from gamin

Peter Korsgaard peter at korsgaard.com
Mon Feb 24 08:03:15 UTC 2014


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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/pcmanfm/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/pcmanfm/Config.in b/package/pcmanfm/Config.in
index f6a3984..cf77e36 100644
--- a/package/pcmanfm/Config.in
+++ b/package/pcmanfm/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_PCMANFM
 	depends on BR2_PACKAGE_XORG7
 	depends on BR2_USE_WCHAR # glib2
 	depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
+	depends on BR2_USE_MMU # glib2
 	select BR2_PACKAGE_GAMIN
 	select BR2_PACKAGE_STARTUP_NOTIFICATION
 	select BR2_PACKAGE_XLIB_LIBX11


More information about the buildroot mailing list