summaryrefslogtreecommitdiffstats
path: root/rules/libnih.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-07-15 12:34:53 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-07-15 13:28:06 +0200
commitef4c8e0a89bc7196c16be679f80144b4ceee853e (patch)
tree32b9fe5874488c7a64ff2e55f8f8236ca546fb4f /rules/libnih.in
parenta55d708b01800d98bc671180dd9e86c6a045b92e (diff)
downloadptxdist-ef4c8e0a89bc7196c16be679f80144b4ceee853e.tar.gz
ptxdist-ef4c8e0a89bc7196c16be679f80144b4ceee853e.tar.xz
[libnih] convert bool to tristate
and fix trailing whitespace Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/libnih.in')
-rw-r--r--rules/libnih.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/libnih.in b/rules/libnih.in
index d29b41530..d37039b90 100644
--- a/rules/libnih.in
+++ b/rules/libnih.in
@@ -1,11 +1,11 @@
## SECTION=system_libraries
config LIBNIH
- bool
+ tristate
prompt "libnih"
select DBUS
select HOST_LIBNIH
help
- libnih is a small library for C application development containing
- functions that, despite its name, are not implemented elsewhere in
+ libnih is a small library for C application development containing
+ functions that, despite its name, are not implemented elsewhere in
the standard library set.