2005-11-05 02:16:36 +00:00
|
|
|
config BR2_COMPILE_GLIB
|
2005-11-07 18:26:35 +00:00
|
|
|
tristate
|
2005-11-05 02:16:36 +00:00
|
|
|
depends BR2_PACKAGE_GLIB1
|
|
|
|
|
2005-05-13 02:34:54 +00:00
|
|
|
config BR2_PACKAGE_GLIB1
|
2005-11-05 02:16:36 +00:00
|
|
|
prompt "glib1............................. The GLib library of C routines (v1.2)"
|
|
|
|
tristate
|
2005-04-18 19:45:56 +00:00
|
|
|
default m if CONFIG_DEVEL
|
2005-11-05 02:16:36 +00:00
|
|
|
select BR2_COMPILE_GLIB
|
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-11-05 02:16:36 +00:00
|
|
|
|