commit 77b69ca9853e9b5e4223f1725c311644bb626e95
parent b70d976da5098db767509e985023c4bd1fa55ccf
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 30 Oct 2023 15:59:01 +0100
Set the version of dependencies that supports a pc file
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk b/config.mk
@@ -28,7 +28,7 @@ NETCDF_VERSION = 4
NETCDF_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags netcdf)
NETCDF_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs netcdf)
-RSYS_VERSION = 0.6
+RSYS_VERSION = 0.14
RSYS_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags rsys)
RSYS_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs rsys)