diff options
author | Eric Andersen <andersen@codepoet.org> | 2007-01-10 06:54:04 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2007-01-10 06:54:04 +0000 |
commit | 93ad439374bba6b89ea9b1e51f27ca1a478e94b5 (patch) | |
tree | 7c59bbd2c4d8113444868f32b3b2cf3947ae6c97 /package/libglib2/Config.in | |
parent | b302239b1394118375c8f9ed8a529d0c4d46122b (diff) |
add in glib2
Diffstat (limited to 'package/libglib2/Config.in')
-rw-r--r-- | package/libglib2/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/libglib2/Config.in b/package/libglib2/Config.in new file mode 100644 index 000000000..2f7028689 --- /dev/null +++ b/package/libglib2/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_LIBGLIB2 + bool "libglib2" + default n + select BR2_ENABLE_LOCALE + select BR2_PACKAGE_LIBINTL + help + Low-level core library that forms the basis of GTK+ and GNOME. + + http://www.gtk.org/ |