2005-05-13 02:34:54 +00:00
|
|
|
config BR2_PACKAGE_GLIB1
|
2005-05-19 16:49:23 +00:00
|
|
|
tristate "glib 1.2 - The GLib library of C routines"
|
2005-04-18 19:45:56 +00:00
|
|
|
default m if CONFIG_DEVEL
|
2005-05-20 00:33:12 +00:00
|
|
|
select BR2_PACKAGE_LIBPTHREAD
|
2005-04-03 00:20:48 +00:00
|
|
|
help
|
|
|
|
GLib is a library containing many useful C routines for things such
|
|
|
|
as trees, hashes, and lists.
|
2005-04-09 14:21:54 +00:00
|
|
|
|
|
|
|
http://www.gtk.org/
|
|
|
|
|
|
|
|
Depends: libpthread
|
|
|
|
|
2005-05-20 00:33:12 +00:00
|
|
|
config BR2_PACKAGE_GLIB
|
|
|
|
tristate
|
|
|
|
default BR2_PACKAGE_GLIB1
|