commit cc62c4301782ee1261aba525658d3ce4cd32ae8e
parent 0aaedf54625f4c0f1699690ea7153406c15f1ad1
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 19 Oct 2023 16:16:45 +0200
Set the version of dependencies that supports a pc file
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/config.mk b/config.mk
@@ -23,16 +23,16 @@ RANLIB = ranlib
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)
-STAR-SP_VERSION = 0.12.1
+STAR-SP_VERSION = 0.14
STAR-SP_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags star-sp)
STAR-SP_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs star-sp)
# Optional (for test only)
-S3D_VERSION = 0.4
+S3D_VERSION = 0.10
S3D_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags s3d)
S3D_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs s3d)