chore(Makefile): fix libiio version for systemd-ext

This commit is contained in:
William Edwards
2025-09-26 18:00:14 -07:00
parent 49e39287a4
commit 119b34ae11

View File

@@ -35,7 +35,7 @@ SSH_DATA_PATH ?= /home/$(SSH_USER)/Projects
# systemd-sysext variables
SYSEXT_ID ?= steamos
SYSEXT_VERSION_ID ?= 3.6.3
SYSEXT_LIBIIO_VERSION ?= 0.26-3
SYSEXT_LIBIIO_VERSION ?= 0.26-4
SYSEXT_LIBSERIALPORT_VERSION ?= 0.1.2-1
# Include any user defined settings