mirror of
https://gitlab.com/mobian1/eg25-manager.git
synced 2025-08-28 23:03:24 +02:00
libgpiod 2.0: specify that we need at least libgpiod 2.0
This commit is contained in:
@@ -15,7 +15,7 @@ It implements the following features:
|
|||||||
|
|
||||||
`eg25-manager` requires the following development libraries:
|
`eg25-manager` requires the following development libraries:
|
||||||
- libglib2.0-dev
|
- libglib2.0-dev
|
||||||
- libgpiod-dev
|
- libgpiod-dev (>= 2.0)
|
||||||
- libmm-glib-dev
|
- libmm-glib-dev
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@@ -59,7 +59,7 @@ mgr_deps = [
|
|||||||
dependency('glib-2.0'),
|
dependency('glib-2.0'),
|
||||||
dependency('gio-unix-2.0'),
|
dependency('gio-unix-2.0'),
|
||||||
dependency('gudev-1.0'),
|
dependency('gudev-1.0'),
|
||||||
dependency('libgpiod'),
|
dependency('libgpiod', version: '>= 2.0'),
|
||||||
dependency('libusb-1.0'),
|
dependency('libusb-1.0'),
|
||||||
dependency('libcurl'),
|
dependency('libcurl'),
|
||||||
mmglib_dep,
|
mmglib_dep,
|
||||||
|
Reference in New Issue
Block a user