diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-13 02:34:54 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-13 02:34:54 +0000 |
commit | a26e387f5284dde482214eade699d3d64376eca9 (patch) | |
tree | 2cc8e0b27d67a49681bab35ea4555c12351e4d71 /package/glib/Config.in | |
parent | ff2fa89b683f4cec09f4f6b6a42620487dc64b3d (diff) | |
download | upstream-a26e387f5284dde482214eade699d3d64376eca9.tar.gz upstream-a26e387f5284dde482214eade699d3d64376eca9.tar.bz2 upstream-a26e387f5284dde482214eade699d3d64376eca9.zip |
Convert glib to new packaging style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@869 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/glib/Config.in')
-rw-r--r-- | package/glib/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/glib/Config.in b/package/glib/Config.in index 6fa3c673e7..9f1bf3d090 100644 --- a/package/glib/Config.in +++ b/package/glib/Config.in @@ -1,4 +1,4 @@ -config BR2_PACKAGE_GLIB +config BR2_PACKAGE_GLIB1 select BR2_PACKAGE_LIBPTHREAD tristate "glib 1.2" default m if CONFIG_DEVEL |