diff options
Diffstat (limited to 'package/libglib2/Config.in')
-rw-r--r-- | package/libglib2/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libglib2/Config.in b/package/libglib2/Config.in index 0e4664c8fa..7cbfea5dce 100644 --- a/package/libglib2/Config.in +++ b/package/libglib2/Config.in @@ -7,10 +7,12 @@ config BR2_PACKAGE_LIBGLIB2 select BR2_PACKAGE_ZLIB depends on BR2_USE_WCHAR # gettext depends on BR2_TOOLCHAIN_HAS_THREADS + depends on BR2_USE_MMU # fork() help Low-level core library that forms the basis of GTK+ and GNOME. http://www.gtk.org/ comment "libglib2 needs a toolchain w/ wchar, threads" + depends on BR2_USE_MMU depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS |