summaryrefslogtreecommitdiff
path: root/package/glib/Config.in
blob: 7710e5aa13ae1f3b0bb59c13bc0297ff0a508cb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config ADK_COMPILE_GLIB
	tristate
	depends ADK_PACKAGE_GLIB1

config ADK_PACKAGE_GLIB1
	prompt "glib1............................. The GLib library of C routines (v1.2)"
	tristate
	default n
	select ADK_COMPILE_GLIB
	select ADK_PACKAGE_LIBPTHREAD
	help
	  GLib is a library containing many useful C routines for things such
	  as trees, hashes, and lists.

	  http://www.gtk.org/

	  Depends: libpthread