diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-05-20 00:33:12 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-05-20 00:33:12 +0000 |
| commit | 2eae93466f440e4a21bcdc1dee3ba7139838ca30 (patch) | |
| tree | 0595dd18795baaa0b4b99a840b15ef47e15557a6 /openwrt/package/glib | |
| parent | a5ec491a09d7181d85d564d1db560587b84876f9 (diff) | |
| download | mtk-20170518-2eae93466f440e4a21bcdc1dee3ba7139838ca30.zip mtk-20170518-2eae93466f440e4a21bcdc1dee3ba7139838ca30.tar.gz mtk-20170518-2eae93466f440e4a21bcdc1dee3ba7139838ca30.tar.bz2 | |
Add a config var matching the package dir name
SVN-Revision: 984
Diffstat (limited to 'openwrt/package/glib')
| -rw-r--r-- | openwrt/package/glib/Config.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/openwrt/package/glib/Config.in b/openwrt/package/glib/Config.in index a8615f0..d5859f5 100644 --- a/openwrt/package/glib/Config.in +++ b/openwrt/package/glib/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_GLIB1 - select BR2_PACKAGE_LIBPTHREAD tristate "glib 1.2 - The GLib library of C routines" default m if CONFIG_DEVEL + select BR2_PACKAGE_LIBPTHREAD help GLib is a library containing many useful C routines for things such as trees, hashes, and lists. @@ -10,3 +10,6 @@ config BR2_PACKAGE_GLIB1 Depends: libpthread +config BR2_PACKAGE_GLIB + tristate + default BR2_PACKAGE_GLIB1 |
