summaryrefslogtreecommitdiffstats
path: root/package/pango
diff options
context:
space:
mode:
Diffstat (limited to 'package/pango')
-rw-r--r--package/pango/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/pango/Config.in b/package/pango/Config.in
index 71d5b74ee8..774682d0fb 100644
--- a/package/pango/Config.in
+++ b/package/pango/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_PANGO
bool "pango"
depends on BR2_USE_WCHAR # glib2
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
+ depends on BR2_USE_MMU # glib2
depends on BR2_INSTALL_LIBSTDCPP # freetype support
select BR2_PACKAGE_LIBGLIB2
select BR2_PACKAGE_EXPAT
@@ -20,5 +21,6 @@ config BR2_PACKAGE_PANGO
http://www.pango.org/
comment "pango needs a toolchain w/ wchar, threads, C++"
+ depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
!BR2_INSTALL_LIBSTDCPP
OpenPOWER on IntegriCloud