commit 579ce87208a0722093c679cd61a8564ca5e23d1b
parent 1f2fa70f666d1ef58e8c6645b04d4d8b3ac1ab6a
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 30 Oct 2023 16:26:32 +0100
Set the version of dependencies that supports a pc file
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.mk b/config.mk
@@ -23,11 +23,11 @@ PCFLAGS_SHARED =
PCFLAGS_STATIC = --static
PCFLAGS = $(PCFLAGS_$(LIB_TYPE))
-SCMAP_VERSION = 0.0
+SCMAP_VERSION = 0.1
SCMAP_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags scmap)
SCMAP_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs scmap)
-RSYS_VERSION = 0.9
+RSYS_VERSION = 0.14
RSYS_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags rsys)
RSYS_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs rsys)