]> sigrok.org Git - libsigrok.git/commit
build: prepare serial over Bluetooth, search for optional BlueZ lib
authorGerhard Sittig <redacted>
Thu, 27 Dec 2018 13:22:34 +0000 (14:22 +0100)
committerUwe Hermann <redacted>
Sun, 2 Jun 2019 18:39:02 +0000 (20:39 +0200)
commitf085705f4888f8127c80539e0fcd1cb3974bdff2
tree2d7db5e297ef55026faafd9e86c45a9eaec69fa5
parentf736691d13230e5b6ab9c7ba4a06abb42a33b22f
build: prepare serial over Bluetooth, search for optional BlueZ lib

Adding Bluetooth communication is desirable for all sigrok supported
platforms. The BlueZ library is available on Linux which will receive
support first. Check for the BlueZ library's presence, determine a
HAVE_BLUETOOTH summary state, and extend the HAVE_SERIAL_COMM check.
Print version details for the external library.

This commit extends build support and version information, but does not
yet include the implementation of the serial transport primitives.
configure.ac
src/backend.c