summaryrefslogtreecommitdiffstats
path: root/rules/libgsf.in
blob: 59132518ce6bee22310e5006b93c580d5ff157d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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