diff options
Diffstat (limited to 'package/glib/Config.in')
-rw-r--r-- | package/glib/Config.in | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/package/glib/Config.in b/package/glib/Config.in deleted file mode 100644 index f11c06370f..0000000000 --- a/package/glib/Config.in +++ /dev/null @@ -1,18 +0,0 @@ -config BR2_COMPILE_GLIB - tristate - 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. - - http://www.gtk.org/ - - Depends: libpthread - |