summaryrefslogtreecommitdiffstats
path: root/package/sysprof/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/sysprof/Config.in')
-rw-r--r--package/sysprof/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/sysprof/Config.in b/package/sysprof/Config.in
index 0bb079157..e1b0488e8 100644
--- a/package/sysprof/Config.in
+++ b/package/sysprof/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_SYSPROF
select BR2_PACKAGE_LIBGLIB2
depends on BR2_USE_WCHAR # glib2
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
+ depends on BR2_USE_MMU # glib2
# In its util.h file, sysprof contains architecture-specific
# code
depends on BR2_i386 || BR2_x86_64 || BR2_powerpc || BR2_sh4a || BR2_sh4aeb
@@ -25,5 +26,6 @@ config BR2_PACKAGE_SYSPROF_GUI
endif
comment "sysprof needs a toolchain w/ wchar, threads"
+ depends on BR2_USE_MMU
depends on BR2_i386 || BR2_x86_64 || BR2_powerpc || BR2_sh4a || BR2_sh4aeb
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS