]> git.gag.com Git - fw/openocd/commit
configure.ac: fix build with libusb0 and without libusb1
authorAntonio Borneo <borneo.antonio@gmail.com>
Tue, 29 Dec 2020 01:04:25 +0000 (02:04 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Fri, 8 Jan 2021 10:23:31 +0000 (10:23 +0000)
commitcc79bcd5871669af7070f71c77369492f07cf614
treebcf06588e846f75d9d15ac2eb8d68eba62f6e010
parent2c82d9ea7dfdb0fd90e7ac5f303d2189508cd939
configure.ac: fix build with libusb0 and without libusb1

Driver 'openjtag' requires both libftdi and libusb1.
The current check is incorrect and the driver is built when
libftdi is present with libusb0 and without libusb1, which causes
the linker to fail resolving the required libusb1 symbols.

Remove the check for libusb0 on driver 'openjtag'.
Create a new adapters group LIBFTDI_USB1_ADAPTERS to hold the
driver 'openjtag'.

Change-Id: I1f5e554b519e51c829d116ede894639cb55a26aa
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5989
Tested-by: jenkins
configure.ac