commit bc0fe8bf30de0ebd1f57161dfe62b1e710e6683a
parent 4d067befd411fe5eccf9a6d979be1e1037e21828
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 18 Oct 2023 17:15:25 +0200
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
@@ -24,7 +24,7 @@ PCFLAGS_SHARED =
PCFLAGS_STATIC = --static
PCFLAGS = $(PCFLAGS_$(LIB_TYPE))
-RSYS_VERSION=0.6
+RSYS_VERSION=0.14
RSYS_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags rsys)
RSYS_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs rsys)