summaryrefslogtreecommitdiffstats
path: root/rules/bluez.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-12-02 06:55:41 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-12-02 06:55:41 +0000
commit96dc6e77d71228d48d94b2df8a13f6e427153b48 (patch)
treec0c4bd55df29037e7d3252ec8ccefc0bc31c6c81 /rules/bluez.in
parent1b5aa95bd926972928bd593fab84ac367dc1e51f (diff)
downloadptxdist-96dc6e77d71228d48d94b2df8a13f6e427153b48.tar.gz
ptxdist-96dc6e77d71228d48d94b2df8a13f6e427153b48.tar.xz
added bluez utils and libs
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3485 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/bluez.in')
-rw-r--r--rules/bluez.in32
1 files changed, 32 insertions, 0 deletions
diff --git a/rules/bluez.in b/rules/bluez.in
new file mode 100644
index 000000000..f03a39875
--- /dev/null
+++ b/rules/bluez.in
@@ -0,0 +1,32 @@
+menuconfig BLUEZ
+ bool "bluez "
+ help
+ bluez is the official Bluetooth stack in the Linux kernel.
+ 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
+
+