]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: first try dependency(), then fallback to find_library()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 26 Jun 2023 19:53:13 +0000 (04:53 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 29 Jun 2023 06:38:53 +0000 (15:38 +0900)
commitd625f717db6e151fd78742593c35eaba4cd2841d
treeac6b30e4c60c9fc1d720ef1206bd6d358b727432
parent08423f6d30f5db045b8a25307857f111f45ff292
meson: first try dependency(), then fallback to find_library()

This also drops the fallback for libacl, libcap, libcrypt, and libgcrypt,
as recent Ubuntu (at least, 20.04 LTS and newer) and Debian (at least, buster
and newer) have relevant .pc files.

Fixes #28161.
meson.build