summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2021-08-21 12:13:14 +0300
committerMaxim Devaev <[email protected]>2021-08-21 12:13:14 +0300
commit7daf80c0b07370d54e045ab874dbe48b33b56851 (patch)
tree9b45078d1e5fb824fb09f21e29e6aa545bf0ce4d
parent1e7aac27b21521b33af123e5a85139f1ff55d289 (diff)
bumped libgpiod for testenv
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 53ba70c7..a2dca095 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ TESTENV_VIDEO ?= /dev/video0
TESTENV_GPIO ?= /dev/gpiochip0
TESTENV_RELAY ?= $(if $(shell ls /dev/hidraw0 2>/dev/null || true),/dev/hidraw0,)
-LIBGPIOD_VERSION ?= 1.6.2
+LIBGPIOD_VERSION ?= 1.6.3
USTREAMER_MIN_VERSION ?= $(shell grep -o 'ustreamer>=[^"]\+' PKGBUILD | sed 's/ustreamer>=//g')