summaryrefslogtreecommitdiffstats
path: root/rules/libgsf.in
diff options
context:
space:
mode:
authorJochen Frieling <jfr@pengutronix.de>2011-06-24 10:35:13 +0200
committerJochen Frieling <jfr@pengutronix.de>2011-06-24 10:35:13 +0200
commit1fd49d8b7a2aed078e73a8632a688dab74fee397 (patch)
tree02e8ad4a6a06c06effeaa807fe4722b0b41f082b /rules/libgsf.in
parent3a9ea33783ba99476d12689ab78519a1863bc409 (diff)
downloadptxdist-1fd49d8b7a2aed078e73a8632a688dab74fee397.tar.gz
ptxdist-1fd49d8b7a2aed078e73a8632a688dab74fee397.tar.xz
rules files: added missing help texts
Diffstat (limited to 'rules/libgsf.in')
-rw-r--r--rules/libgsf.in12
1 files changed, 8 insertions, 4 deletions
diff --git a/rules/libgsf.in b/rules/libgsf.in
index d67c06272..7ca925151 100644
--- a/rules/libgsf.in
+++ b/rules/libgsf.in
@@ -23,26 +23,30 @@ config LIBGSF_NLS
bool
prompt "NLS Support"
help
- FIXME
+ National Language Support integration into libgsf
+ for internationalization
config LIBGSF_PYTHON
bool
depends on BROKEN
prompt "Python support"
help
- FIXME
+ 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"
help
- FIXME
+ Configures whether to build with bzip2 support.
+ bzip2 is a freely available, high-quality data compressor.
config LIBGSF_GIO
bool
prompt "GIO support"
help
- FIXME
+ Configures whether to build with GIO support.
+ GIO is the Gnome I/O library for GVFS.
endif