summaryrefslogtreecommitdiffstats
path: root/rules/libgsf.in
diff options
context:
space:
mode:
authorErwin Rol <erwin@erwinrol.com>2009-12-23 17:01:20 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-01-06 23:35:31 +0100
commita8db3e2074c62ad18a750bea734eb3c7a4f4b3ab (patch)
tree5ee9e2a733e98f94ed68993a5f94fc5969e6e00f /rules/libgsf.in
parent2dd820d19260b316edf1c0fb0097505bd1c23747 (diff)
downloadptxdist-a8db3e2074c62ad18a750bea734eb3c7a4f4b3ab.tar.gz
ptxdist-a8db3e2074c62ad18a750bea734eb3c7a4f4b3ab.tar.xz
[libgsf] Add new package
Signed-off-by: Erwin Rol <erwin@erwinrol.com> [mkl: add 'default yes' to large file support, fix NLS support, select HOST_INTLTOOL fix bzip2 support, select BZIP2__LIBBZ2 switch off gconf support ] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/libgsf.in')
-rw-r--r--rules/libgsf.in55
1 files changed, 55 insertions, 0 deletions
diff --git a/rules/libgsf.in b/rules/libgsf.in
new file mode 100644
index 000000000..df9295b97
--- /dev/null
+++ b/rules/libgsf.in
@@ -0,0 +1,55 @@
+## SECTION=system_libraries
+
+menuconfig LIBGSF
+ tristate
+ prompt "libgsf "
+ select ZLIB
+ select LIBXML2
+ select BZIP2 if LIBGSF_BZ2
+ select BZIP2__LIBBZ2 if LIBGSF_BZ2
+ select GLIB if LIBGSF_GIO
+ select PYTHON if LIBGSF_PYTHON
+ select HOST_INTLTOOL if LIBGSF_NLS
+ help
+ Structured File Library
+
+ The GNOME Structured File Library library aims to provide an
+ efficient extensible I/O abstraction for dealing with
+ different structured file formats.
+
+if LIBGSF
+
+config LIBGSF_LARGEFILE
+ bool
+ prompt "largefile support"
+ default y
+ help
+ FIXME
+
+config LIBGSF_NLS
+ bool
+ prompt "NLS Support"
+ help
+ FIXME
+
+config LIBGSF_PYTHON
+ bool
+ depends on BROKEN
+ prompt "Python support"
+ help
+ FIXME
+
+config LIBGSF_BZ2
+ bool
+ prompt "bz2 support"
+ help
+ FIXME
+
+config LIBGSF_GIO
+ bool
+ prompt "GIO support"
+ help
+ FIXME
+
+endif
+