X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/0d342b7e50df8db7b10b67af856d053af3b292b6..6cfdb8f029c806124d150e1d3d21bfe60f0d73fc:/openwrt/package/glib/Config.in diff --git a/openwrt/package/glib/Config.in b/openwrt/package/glib/Config.in index 6fa3c673e..1ec23b9ef 100644 --- a/openwrt/package/glib/Config.in +++ b/openwrt/package/glib/Config.in @@ -1,7 +1,13 @@ -config BR2_PACKAGE_GLIB - select BR2_PACKAGE_LIBPTHREAD - tristate "glib 1.2" +config BR2_COMPILE_GLIB + bool + depends BR2_PACKAGE_GLIB1 + +config BR2_PACKAGE_GLIB1 + prompt "glib1............................. The GLib library of C routines (v1.2)" + tristate default m if CONFIG_DEVEL + select BR2_COMPILE_GLIB + select BR2_PACKAGE_LIBPTHREAD help GLib is a library containing many useful C routines for things such as trees, hashes, and lists. @@ -9,4 +15,4 @@ config BR2_PACKAGE_GLIB http://www.gtk.org/ Depends: libpthread - +