diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-04-09 14:21:54 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-04-09 14:21:54 +0000 |
| commit | eb07df7f44ca0694dd82f2e45e470cd184590cd7 (patch) | |
| tree | a0b52636012c0292c9142756c8abb56f1c4f608f /package/glib | |
| parent | 89df24f4ed188b3750eb60173b9e5539b4c05142 (diff) | |
| download | upstream-eb07df7f44ca0694dd82f2e45e470cd184590cd7.tar.gz upstream-eb07df7f44ca0694dd82f2e45e470cd184590cd7.tar.bz2 upstream-eb07df7f44ca0694dd82f2e45e470cd184590cd7.zip | |
Add libpthread dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@604 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/glib')
| -rw-r--r-- | package/glib/Config.in | 6 | ||||
| -rw-r--r-- | package/glib/glib.control | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/package/glib/Config.in b/package/glib/Config.in index 4bbbee57db5..679b200ee4a 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 9ebb38ddd5c..41ebd68a318 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 |
