]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Meson: clean up "finding" of helper scripts (#38335)
authorLuca Boccassi <bluca@debian.org>
Fri, 25 Jul 2025 16:10:27 +0000 (17:10 +0100)
committerGitHub <noreply@github.com>
Fri, 25 Jul 2025 16:10:27 +0000 (17:10 +0100)
Simplify meson definitions and use `files()` instead of `find_program()`
for internal scripts to make build logs cleaner.


Trivial merge