aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/package/glib/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/glib/Config.in')
-rw-r--r--openwrt/package/glib/Config.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/openwrt/package/glib/Config.in b/openwrt/package/glib/Config.in
deleted file mode 100644
index f11c06370f..0000000000
--- a/openwrt/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
-