libgpiod 2.0: specify that we need at least libgpiod 2.0

This commit is contained in:
marcin
2024-05-13 23:19:28 +02:00
parent bc5a25b17e
commit 93bdfbdfa2
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ It implements the following features:
`eg25-manager` requires the following development libraries:
- libglib2.0-dev
- libgpiod-dev
- libgpiod-dev (>= 2.0)
- libmm-glib-dev
## Building

View File

@@ -59,7 +59,7 @@ mgr_deps = [
dependency('glib-2.0'),
dependency('gio-unix-2.0'),
dependency('gudev-1.0'),
dependency('libgpiod'),
dependency('libgpiod', version: '>= 2.0'),
dependency('libusb-1.0'),
dependency('libcurl'),
mmglib_dep,