summaryrefslogtreecommitdiffstats
path: root/rules/libgsf.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-06-17 20:55:10 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-06-17 20:56:22 +0200
commitd3e058a28804129103f50165546b973aeff1b2cd (patch)
treea7ae49fa3feb9c8c54af716c0133d6597f7e38fc /rules/libgsf.in
parent80670bcd047a1448a2108139312d3ae0e52d7e9b (diff)
downloadptxdist-d3e058a28804129103f50165546b973aeff1b2cd.tar.gz
ptxdist-d3e058a28804129103f50165546b973aeff1b2cd.tar.xz
libgsf: version bump 1.14.16 -> 1.14.30
The old version fails to build with the latest glib version. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libgsf.in')
-rw-r--r--rules/libgsf.in18
1 files changed, 1 insertions, 17 deletions
diff --git a/rules/libgsf.in b/rules/libgsf.in
index 832dfc170..99e2ac70d 100644
--- a/rules/libgsf.in
+++ b/rules/libgsf.in
@@ -6,10 +6,9 @@ menuconfig LIBGSF
select ZLIB
select LIBXML2
select LIBXML2_HTTP
+ select GLIB
select BZIP2 if LIBGSF_BZ2
select BZIP2_LIBBZ2 if LIBGSF_BZ2
- select GLIB if LIBGSF_GIO
- select PYTHON if LIBGSF_PYTHON
select HOST_INTLTOOL
help
Structured File Library
@@ -27,14 +26,6 @@ config LIBGSF_NLS
National Language Support integration into libgsf
for internationalization
-config LIBGSF_PYTHON
- bool
- depends on BROKEN
- prompt "Python support"
- help
- Configures whether to build with Python support. Should be
- turned off. MUST be turned off if Python is not installed.
-
config LIBGSF_BZ2
bool
prompt "bz2 support"
@@ -42,12 +33,5 @@ config LIBGSF_BZ2
Configures whether to build with bzip2 support.
bzip2 is a freely available, high-quality data compressor.
-config LIBGSF_GIO
- bool
- prompt "GIO support"
- help
- Configures whether to build with GIO support.
- GIO is the Gnome I/O library for GVFS.
-
endif