]> sigrok.org Git - libsigrok.git/commit
configure: make device drivers depend on "serial comm" not libserialport
authorGerhard Sittig <redacted>
Mon, 29 Apr 2019 16:57:04 +0000 (18:57 +0200)
committerUwe Hermann <redacted>
Sun, 2 Jun 2019 18:39:02 +0000 (20:39 +0200)
commitbb15350e594bcbf5e25e30df0a8ceb31a795a36a
treefccd5b7d1b0c51abb3eca8265624bf3d1d0ffe3d
parent1df81f4b062fcfe8c6de4d2e5edf9743030ae0fc
configure: make device drivers depend on "serial comm" not libserialport

A previous commit introduced the more generic "have serial communication"
condition, and adjusted the list of available libsigrok dependencies.

This commit adjusts device driver dependency declarations. This allows
to build e.g. DMM drivers in the presence of RFCOMM support but in the
absence of libserialport, because any of several optional external libs
can make serial communication available.
configure.ac