Added scanlogd, thanks to Stephen Rose for his work
[openwrt.git] / package / glib / Config.in
1 config BR2_COMPILE_GLIB
2         tristate
3         depends BR2_PACKAGE_GLIB1
4
5 config BR2_PACKAGE_GLIB1
6         prompt "glib1............................. The GLib library of C routines (v1.2)"
7         tristate
8         default m if CONFIG_DEVEL
9         select BR2_COMPILE_GLIB
10         select BR2_PACKAGE_LIBPTHREAD
11         help
12           GLib is a library containing many useful C routines for things such
13           as trees, hashes, and lists.
14           
15           http://www.gtk.org/
16           
17           Depends: libpthread
18