1 config BR2_PACKAGE_GLIB1
2 tristate "glib 1.2 - The GLib library of C routines"
3 default m if CONFIG_DEVEL
4 select BR2_PACKAGE_LIBPTHREAD
6 GLib is a library containing many useful C routines for things such
7 as trees, hashes, and lists.
13 config BR2_PACKAGE_GLIB
15 default BR2_PACKAGE_GLIB1