commit 458bcd8289d592a7df0325db24c93bba9cb66272
parent faf3d52e60f915b2ecceedb1a9c8db5efdb9e24f
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 19 Oct 2023 11:18:59 +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,15 +23,15 @@ RANLIB = ranlib
PCFLAGS_STATIC = --static
PCFLAGS = $(PCFLAGS_$(LIB_TYPE))
-RSYS_VERSION=0.3
+RSYS_VERSION=0.14
RSYS_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags rsys)
RSYS_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs rsys)
-S3D_VERSION=0.3
+S3D_VERSION=0.10
S3D_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags s3d)
S3D_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs s3d)
-SSTL_VERSION=0.3
+SSTL_VERSION=0.5
SSTL_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags sstl)
SSTL_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs sstl)