From c87fafb4119b0a7a60bd85dc4f398fcc9c1b6e7c Mon Sep 17 00:00:00 2001 From: Eduard Bagdasaryan Date: Mon, 17 Feb 2025 17:50:39 +0300 Subject: [PATCH] libecap: specify the minimal required version instead of exact version --- test-suite/buildtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-suite/buildtest.sh b/test-suite/buildtest.sh index 820847391a4..30e6c2c7330 100755 --- a/test-suite/buildtest.sh +++ b/test-suite/buildtest.sh @@ -19,7 +19,7 @@ config="${2}" # Allow a layer to enable optional default-disabled features when # those features are supported in the current build environment # (and we can easily detect such support). -if ${PKG_CONFIG:-pkg-config} --exists --exact-version=1.0.0 libecap 2>/dev/null +if ${PKG_CONFIG:-pkg-config} --exists --atleast-version=1.0.0 libecap 2>/dev/null then CONFIGURE_FLAGS_MAYBE_ENABLE_ECAP="--enable-ecap" fi