diff options
Diffstat (limited to 'package/libmpd/Config.in')
-rw-r--r-- | package/libmpd/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libmpd/Config.in b/package/libmpd/Config.in index 83bb6cd89b..1e3b860063 100644 --- a/package/libmpd/Config.in +++ b/package/libmpd/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBMPD bool "libmpd" depends on BR2_USE_WCHAR # glib2 depends on BR2_TOOLCHAIN_HAS_THREADS # glib2 + depends on BR2_USE_MMU # glib2 select BR2_PACKAGE_LIBGLIB2 select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE help @@ -12,4 +13,5 @@ config BR2_PACKAGE_LIBMPD http://gmpcwiki.sarine.nl/index.php?title=Libmpd comment "libmpd needs a toolchain w/ wchar, threads" + depends on BR2_USE_MMU depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS |