mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-19 00:18:12 +02:00
The code for --exact/atleast/max-version was taking a different path than the handling of operators like =/>=/<=. Make the long option versions override the operators and take place during the standard package checking stage. This also means that --print-errors is respected. Fixes Freedesktop #8653
12 lines
464 B
Makefile
12 lines
464 B
Makefile
|
|
TESTS = check-cflags check-libs check-define-variable \
|
|
check-libs-private check-requires-private check-includedir \
|
|
check-conflicts check-missing check-idirafter check-whitespace \
|
|
check-cmd-options check-version
|
|
|
|
EXTRA_DIST = $(TESTS) common simple.pc requires-test.pc public-dep.pc \
|
|
private-dep.pc includedir.pc missing-requires-private.pc \
|
|
missing-requires.pc idirafter.pc conflicts-test.pc whitespace.pc \
|
|
fields-blank.pc
|
|
|
|
DISTCLEANFILES = config.sh
|