summaryrefslogtreecommitdiff
path: root/dependencies.in
Side-by-side diff
Diffstat (limited to 'dependencies.in') (more/less context) (ignore whitespace changes)
-rw-r--r--dependencies.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/dependencies.in b/dependencies.in
index ce1ac96..357d994 100644
--- a/dependencies.in
+++ b/dependencies.in
@@ -82,3 +82,15 @@
string "libsword include dir"
depends LIBSWORD_DEP
+ config LIBBLUEZ_DEP
+ boolean "Have bluez library"
+ default "n"
+
+ config LIBBLUEZ_LIB_DIR
+ string "libbluez library dir"
+ depends LIBBLUEZ_DEP
+
+ config LIBBLUEZ_INC_DIR
+ string "libbluez include dir"
+ depends LIBBLUEZ_DEP
+