]> git.enpas.org Git - openwrt.git/blob - package/glib/Config.in
lots of small package changes and dependency cleanups for the V= stuff
[openwrt.git] / package / glib / Config.in
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
5         help
6           GLib is a library containing many useful C routines for things such
7           as trees, hashes, and lists.
8           
9           http://www.gtk.org/
10           
11           Depends: libpthread
12           
13 config BR2_PACKAGE_GLIB
14         tristate
15         default BR2_PACKAGE_GLIB1