summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorMichael Tatarinov <kukabu@gmail.com>2011-04-11 08:12:59 +0400
committerEric S. Raymond <esr@thyrsus.com>2011-04-11 16:26:06 -0400
commit023c5bb66ce2b265089cdc36fd8bb2b4176d81f1 (patch)
tree23fc2cb16c7dfe04199b6f855e76074522645003 /SConstruct
parenta945af2b0075e0412091deb7c4d27e7f77c891eb (diff)
downloadgpsd-023c5bb66ce2b265089cdc36fd8bb2b4176d81f1.tar.gz
Bluez library is called libbluetooth.
Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index caf37b73..a2b49a59 100644
--- a/SConstruct
+++ b/SConstruct
@@ -342,7 +342,7 @@ else:
# Map options to libraries required to support them that might be absent.
optionrequires = {
- "bluez": ["libbluez"],
+ "bluez": ["libbluetooth"],
"dbus_export" : ["libdbus-1", "libdbus-glib-1"],
}