blob: 679b200ee4a96af82f0e53fc0730a54ac6f8ae8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
config BR2_PACKAGE_GLIB
select BR2_PACKAGE_LIBPTHREAD
tristate "glib 1.2"
default m
help
GLib is a library containing many useful C routines for things such
as trees, hashes, and lists.
http://www.gtk.org/
Depends: libpthread
|