mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 08:45:59 +01:00
Merge remote-tracking branch 'skuwent/master' into develop
This commit is contained in:
commit
fe18512880
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue