summaryrefslogtreecommitdiffstats
path: root/rules/bluez.in
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 /rules/bluez.in
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
Diffstat (limited to 'rules/bluez.in')
-rw-r--r--rules/bluez.in25
1 files changed, 2 insertions, 23 deletions
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"