d/control, d/tests: Use pkgconf in preference to pkg-config

This commit is contained in:
Simon McVittie
2024-03-06 13:45:40 +00:00
parent 9fdc70a849
commit c6ea21dbf8
2 changed files with 4 additions and 4 deletions

2
debian/tests/build vendored
View File

@ -56,7 +56,7 @@ EOF
# Deliberately word-splitting, that's how pkg-config works:
# shellcheck disable=SC2046
"${CROSS_COMPILE}gcc" -o gtktest gtktest.c $("${CROSS_COMPILE}pkg-config" --cflags --libs gtk+-3.0)
"${CROSS_COMPILE}gcc" -o gtktest gtktest.c $("${CROSS_COMPILE}pkgconf" --cflags --libs gtk+-3.0)
echo "build: OK"
[ -x gtktest ]
"${srcdir}"/debian/tests/run-with-display x11 \