blob: c327d8ab2c291ac90a0b078caddb6f9a2d15e8c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
config BR2_PACKAGE_LIBGLIB2
bool "libglib2"
default n
help
Low-level core library that forms the basis of GTK+ and GNOME.
http://www.gtk.org/
config BR2_PACKAGE_LIBGLIB2_LOCALE
bool "libglib2-locale"
default n
select BR2_ENABLE_LOCALE
select BR2_PACKAGE_LIBINTL
select BR2_PACKAGE_PKGCONFIG
help
Enable locale support for Glib library.
|