commit d4341c9039d80a83ba0448b9d16a4e6698093d6c
parent 9328fc27691010c97c46fc45fa38c0761576676e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 19 Oct 2023 12:24:05 +0200
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
@@ -25,11 +25,11 @@ 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)
-RANDOM123_VERSION = 1.09
+RANDOM123_VERSION = 1.14
RANDOM123_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags random123)
RANDOM123_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs random123)