configure: prevent build of linuxgpiod with libgpiod v2
commit74e7fcb2dd96c09f946bc8b0f59bfdf6215d8873
authorAntonio Borneo <borneo.antonio@gmail.com>
Sun, 24 Mar 2024 14:53:33 +0000 (24 15:53 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 7 Apr 2024 19:35:02 +0000 (7 19:35 +0000)
tree262385db9401f29a90f35d9821e64bd30441b246
parent329e983ee9bb24bfa49c59c949d5da250506b7f4
configure: prevent build of linuxgpiod with libgpiod v2

The API in libgpiod v2 have changed, and current driver code for
linuxgpiod does not build anymore.

Prevent building the current driver linuxgpiod with the new
library.

Change-Id: Ie673db786dc50ae18a263d2c0a2b46b106866450
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8185
Reviewed-by: Michael Heimpold <michaheimpold@gmail.com>
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
configure.ac