The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libglib2 / Config.in
1 config BR2_PACKAGE_LIBGLIB2
2         bool "libglib2"
3         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
4         select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
5         select BR2_PACKAGE_LIBFFI
6         select BR2_PACKAGE_PCRE_UCP if BR2_PACKAGE_PCRE
7         select BR2_PACKAGE_ZLIB
8         depends on BR2_USE_WCHAR # gettext
9         depends on BR2_TOOLCHAIN_HAS_THREADS
10         depends on BR2_USE_MMU # fork()
11         help
12           Low-level core library that forms the basis of GTK+ and GNOME.
13
14           http://www.gtk.org/
15
16 comment "libglib2 needs a toolchain w/ wchar, threads"
17         depends on BR2_USE_MMU
18         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS