1
0
Fork 0
mirror of https://git.pwmt.org/pwmt/zathura.git synced 2025-02-19 13:35:31 +01:00
This commit is contained in:
NGKS 2015-01-01 21:20:11 -08:00
parent 722c219f4d
commit d44b2c8c74

View file

@ -69,7 +69,7 @@ all: options ${PROJECT} po build-manpages
.version-checks/%: config.mk
$(QUIET)test $($(*)_VERSION_CHECK) -eq 0 || \
pkg-config --atleast-version $($(*)_MIN_VERSION) $($(*)_PKG_CONFIG_NAME) || ( \
echo "The minium required version of $(*) is $($(*)_MIN_VERSION)" && \
echo "The minimum required version of $(*) is $($(*)_MIN_VERSION)" && \
false \
)
@mkdir -p .version-checks