commit d990eed7b47605eb8d5e125f3559d521b20d0777
parent b046539d2474ec5b8074847b875aea9c4423334f
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 22 Nov 2023 09:57:05 +0100
Set the version of Star-SP dependency to 0.14
It is the first one that provides a pc file
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk b/config.mk
@@ -33,7 +33,7 @@ S2D_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags s2d)
S2D_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs s2d)
# Optional dependency
-SSP_VERSION = 0.12
+SSP_VERSION = 0.14
SSP_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags star-sp)
SSP_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs star-sp)