Skip to content
Snippets Groups Projects
Commit cb115642 authored by Paul Fertser's avatar Paul Fertser
Browse files

configure: presto ftdi driver requires libftdi


Change-Id: I4b04eec5084d4b8129e2aff8f3411c6d92e84431
Signed-off-by: default avatarPaul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/2101


Tested-by: jenkins
Reviewed-by: default avatarFreddie Chopin <freddie.chopin@gmail.com>
Reviewed-by: default avatarXiaofan <xiaofanc@gmail.com>
parent 3a590658
No related branches found
No related tags found
No related merge requests found
...@@ -1014,7 +1014,7 @@ CFLAGS=$CFLAGS_SAVE ...@@ -1014,7 +1014,7 @@ CFLAGS=$CFLAGS_SAVE
fi fi
if test $build_ft2232_libftdi = yes -o $build_usb_blaster_libftdi = yes -o \ if test $build_ft2232_libftdi = yes -o $build_usb_blaster_libftdi = yes -o \
$build_openjtag_ftdi = yes; then $build_openjtag_ftdi = yes -o $build_presto_libftdi = yes; then
# we can have libftdi or libftdi1, so check it and use the latest one # we can have libftdi or libftdi1, so check it and use the latest one
PKG_CHECK_MODULES([LIBFTDI], [libftdi1], [use_libftdi=yes], [use_libftdi=no]) PKG_CHECK_MODULES([LIBFTDI], [libftdi1], [use_libftdi=yes], [use_libftdi=no])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment