summaryrefslogtreecommitdiffstats
path: root/package/glib
diff options
context:
space:
mode:
Diffstat (limited to 'package/glib')
-rw-r--r--package/glib/Config.in6
-rw-r--r--package/glib/glib.control1
2 files changed, 7 insertions, 0 deletions
diff --git a/package/glib/Config.in b/package/glib/Config.in
index 4bbbee57d..679b200ee 100644
--- a/package/glib/Config.in
+++ b/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
+
diff --git a/package/glib/glib.control b/package/glib/glib.control
index 9ebb38ddd..41ebd68a3 100644
--- a/package/glib/glib.control
+++ b/package/glib/glib.control
@@ -6,3 +6,4 @@ Source: buildroot internal
Description: The GLib library of C routines
GLib is a library containing many useful C routines for things such
as trees, hashes, and lists.
+Depends: libpthread