1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

meson: Search for diff program

diff is required by a few of the unit tests so let's make sure its
available when configuring the build.
This commit is contained in:
Daan De Meyer 2023-04-27 16:37:39 +02:00
parent 8c59feed5e
commit 4d56d084d8

View File

@ -703,6 +703,7 @@ git = find_program('git', required : false)
env = find_program('env')
perl = find_program('perl', required : false)
rsync = find_program('rsync', required : false)
diff = find_program('diff')
meson_make_symlink = project_source_root + '/tools/meson-make-symlink.sh'
mkdir_p = 'mkdir -p $DESTDIR/@0@'