configure.ac: zketech-ebd-usb driver needs libserialport.

This commit is contained in:
Uwe Hermann 2018-04-03 18:05:37 +02:00
parent 330a32b240
commit b4bf6b3b4f
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ SR_DRIVER([UNI-T UT32x], [uni-t-ut32x], [libusb])
SR_DRIVER([Victor DMM], [victor-dmm], [libusb])
SR_DRIVER([Yokogawa DL/DLM], [yokogawa-dlm])
SR_DRIVER([ZEROPLUS Logic Cube], [zeroplus-logic-cube], [libusb])
SR_DRIVER([ZKETECH EBD-USB], [zketech-ebd-usb])
SR_DRIVER([ZKETECH EBD-USB], [zketech-ebd-usb], [libserialport])
###############################
## Language bindings setup ##