Commit: c07fb1fcddadeb51c36b6adfbcb8cf0122766348
Parent: 6d6294036c398d2c0e7aef7e86b9f012e1ea4555
Author: Emil Velikov <emil.velikov@collabora.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2024-01-16 20:38:32
Tree: 5aee55a4529721750d5c788cf704a3f3849b460d

build: tweak PKG_CHECK_MODULES calls There's no need to call AC_SUBST after a PKG_CHECK_MODULES call, since the variables are always set. As an example: the produced Makefile.in and Makefile are identical before/after this change. Similarly, we don't need the "dummy=yes" and manual AC_MSG_ERROR() call - pkg-config (or pkgconf) will produce the same and in some cases better error messages.

Diffstat

M configure.ac | 59 ++++++++++++- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

1 files changed, 12 insertions(+), 47 deletions(-)

View Full Diff | Patch