2005-11-05 04:16:36 +02:00
|
|
|
config BR2_COMPILE_GLIB
|
2005-11-07 20:26:35 +02:00
|
|
|
tristate
|
2005-11-05 04:16:36 +02:00
|
|
|
depends BR2_PACKAGE_GLIB1
|
|
|
|
|
2005-05-13 05:34:54 +03:00
|
|
|
config BR2_PACKAGE_GLIB1
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "glib1............................. The GLib library of C routines (v1.2)"
|
|
|
|
tristate
|
2005-04-18 22:45:56 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-11-05 04:16:36 +02:00
|
|
|
select BR2_COMPILE_GLIB
|
2005-05-20 03:33:12 +03:00
|
|
|
select BR2_PACKAGE_LIBPTHREAD
|
2005-04-03 03:20:48 +03:00
|
|
|
help
|
|
|
|
GLib is a library containing many useful C routines for things such
|
|
|
|
as trees, hashes, and lists.
|
2005-04-09 17:21:54 +03:00
|
|
|
|
|
|
|
http://www.gtk.org/
|
|
|
|
|
|
|
|
Depends: libpthread
|
2005-11-05 04:16:36 +02:00
|
|
|
|