summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-11 14:36:06 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-11 14:36:06 +0000
commit7ea5bf6d447261b436d14465caa1c03554e7b79d (patch)
treea543accf4ad03b660f2e30d1cc89306b2b354839
parent8a68169ebe8b55b4f6a791109f0ad6ae9f3ed97d (diff)
downloadptxdist-7ea5bf6d447261b436d14465caa1c03554e7b79d.tar.gz
ptxdist-7ea5bf6d447261b436d14465caa1c03554e7b79d.tar.xz
documentation fix
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3795 33e552b5-05e3-0310-8538-816dae2090ed
-rw-r--r--rules/bluez-libs.in12
-rw-r--r--rules/bluez-utils.in13
-rw-r--r--rules/bluez.in25
3 files changed, 25 insertions, 25 deletions
diff --git a/rules/bluez-libs.in b/rules/bluez-libs.in
index 9a084a0e3..eea3e0fc4 100644
--- a/rules/bluez-libs.in
+++ b/rules/bluez-libs.in
@@ -1 +1,11 @@
-# FIXME: There should be a *.in for this package
+config BLUEZ_LIBS
+ bool
+ prompt "bluez-libs"
+ depends on BLUEZ
+ default N
+ help
+ bluez libraries, needed to build bluez-utils. For details
+ about this project see the homepage on
+
+ http://www.bluez.org
+
diff --git a/rules/bluez-utils.in b/rules/bluez-utils.in
index 9a084a0e3..5e18a656e 100644
--- a/rules/bluez-utils.in
+++ b/rules/bluez-utils.in
@@ -1 +1,12 @@
-# FIXME: There should be a *.in for this package
+config BLUEZ_UTILS
+ bool
+ prompt "bluez-utils"
+ depends on BLUEZ && BLUEZ_LIBS
+ default N
+ help
+ For details about this project see the homepage on
+
+ http://www.bluez.org
+
+comment "bluez-utils need bluez-libs"
+ depends on BLUEZ && !BLUEZ_LIBS
diff --git a/rules/bluez.in b/rules/bluez.in
index d7784041f..981845a95 100644
--- a/rules/bluez.in
+++ b/rules/bluez.in
@@ -6,27 +6,6 @@ menuconfig BLUEZ
This packet offers user space utilities and libraries to
work with the stack.
-config BLUEZ_UTILS
- bool
- prompt "bluez-utils"
- depends on BLUEZ && BLUEZ_LIBS
- default N
- help
- For details about this project see the homepage on
-
- http://www.bluez.org
-
-comment "bluez-utils need bluez-libs"
- depends on BLUEZ && !BLUEZ_LIBS
-
-config BLUEZ_LIBS
- bool
- prompt "bluez-libs"
- depends on BLUEZ
- default N
- help
- bluez libraries, needed to build bluez-utils. For details
- about this project see the homepage on
-
- http://www.bluez.org
+source "rules/bluez-utils.in"
+source "rules/bluez-libs.in"