summaryrefslogtreecommitdiffstats
path: root/openwrt/package/glib/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-09 14:21:54 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-09 14:21:54 +0000
commit1bd0457f067ea06a6d042bdc7e5f7500a8cc328f (patch)
treef5159d1e559fc77a53db98869819d22944b37b7d /openwrt/package/glib/Config.in
parent7242f4bafb2ade89de87048f8331caff613fcce4 (diff)
Add libpthread dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@604 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/glib/Config.in')
-rw-r--r--openwrt/package/glib/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/package/glib/Config.in b/openwrt/package/glib/Config.in
index 4bbbee57d..679b200ee 100644
--- a/openwrt/package/glib/Config.in
+++ b/openwrt/package/glib/Config.in
@@ -1,6 +1,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
+