summaryrefslogtreecommitdiffstats
path: root/rules/libgsf.in
blob: b8d06d4673024d8e60941a58fc555a7ef46220e7 (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
## SECTION=system_libraries

menuconfig LIBGSF
	tristate
	prompt "libgsf                        "
	select ZLIB
	select LIBXML2
	select LIBXML2_HTTP
	select LIBXML2_PUSH
	select GLIB
	select BZIP2		if LIBGSF_BZ2
	select BZIP2_LIBBZ2	if LIBGSF_BZ2
	select HOST_INTLTOOL
	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_NLS
	bool
	prompt "NLS Support"
	help
	  National Language Support integration into libgsf
	  for internationalization

config LIBGSF_BZ2
	bool
	prompt "bz2 support"
	help
	  Configures whether to build with bzip2 support.
	  bzip2 is a freely available, high-quality data compressor.

endif