summaryrefslogtreecommitdiffstats
path: root/package/libxmlpp
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-08-04 10:20:30 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-08-04 18:29:40 +0200
commit7e201670b63d4fb16c26335c189815209343a7bd (patch)
treeda8baeaeaebeedcfe76519b26bf17f9d66f649ea /package/libxmlpp
parent2c97317e14bd3899323e817084e192202e1ebd51 (diff)
downloadbuildroot-7e201670b63d4fb16c26335c189815209343a7bd.tar.gz
buildroot-7e201670b63d4fb16c26335c189815209343a7bd.zip
libxmlpp: 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 <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libxmlpp')
-rw-r--r--package/libxmlpp/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libxmlpp/Config.in b/package/libxmlpp/Config.in
index 69bd220c0b..cb5f3c0ffb 100644
--- a/package/libxmlpp/Config.in
+++ b/package/libxmlpp/Config.in
@@ -14,3 +14,4 @@ config BR2_PACKAGE_LIBXMLPP
comment "libxml++ needs a toolchain w/ C++, wchar, threads"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
!BR2_TOOLCHAIN_HAS_THREADS
+ depends on BR2_USE_MMU
OpenPOWER on IntegriCloud