Eric Andersen | 93ad439 | 2007-01-10 06:54:04 +0000 | [diff] [blame] | 1 | config BR2_PACKAGE_LIBGLIB2 |
| 2 | bool "libglib2" |
Thomas Petazzoni | 542fbe8 | 2010-05-14 09:44:03 +0200 | [diff] [blame] | 3 | select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT |
| 4 | select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT |
Peter Korsgaard | d5007ac | 2008-08-31 20:23:41 +0000 | [diff] [blame] | 5 | select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE |
Petri Gynther | 57b968a | 2015-04-21 17:15:00 -0700 | [diff] [blame] | 6 | select BR2_PACKAGE_LIBFFI |
Lionel Landwerlin | fb68d67 | 2010-04-14 01:06:10 +0200 | [diff] [blame] | 7 | select BR2_PACKAGE_ZLIB |
Peter Korsgaard | b730010 | 2010-05-25 23:38:44 +0200 | [diff] [blame] | 8 | depends on BR2_USE_WCHAR # gettext |
Eric Andersen | 93ad439 | 2007-01-10 06:54:04 +0000 | [diff] [blame] | 9 | help |
| 10 | Low-level core library that forms the basis of GTK+ and GNOME. |
| 11 | |
| 12 | http://www.gtk.org/ |
Peter Korsgaard | b730010 | 2010-05-25 23:38:44 +0200 | [diff] [blame] | 13 | |
| 14 | comment "libglib2 requires a toolchain with WCHAR support" |
| 15 | depends on !BR2_USE_WCHAR |