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 | 6e34bfb54391be6181ecdb530d7c5094e147c1b9 (patch) | |
tree | f5159d1e559fc77a53db98869819d22944b37b7d /openwrt/package/glib | |
parent | 64ecce56d33baf79cbf37c11b487bbc095b3286a (diff) | |
download | mtk-20170518-6e34bfb54391be6181ecdb530d7c5094e147c1b9.zip mtk-20170518-6e34bfb54391be6181ecdb530d7c5094e147c1b9.tar.gz mtk-20170518-6e34bfb54391be6181ecdb530d7c5094e147c1b9.tar.bz2 |
Add libpthread dependency
SVN-Revision: 604
Diffstat (limited to 'openwrt/package/glib')
-rw-r--r-- | openwrt/package/glib/Config.in | 6 | ||||
-rw-r--r-- | openwrt/package/glib/glib.control | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/glib/Config.in b/openwrt/package/glib/Config.in index 4bbbee5..679b200 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 + diff --git a/openwrt/package/glib/glib.control b/openwrt/package/glib/glib.control index 9ebb38d..41ebd68 100644 --- a/openwrt/package/glib/glib.control +++ b/openwrt/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 |