]> git.ipfire.org Git - thirdparty/libvirt.git/commit
meson: drop use of .path() for python args
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 9 Nov 2020 13:52:10 +0000 (13:52 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Mon, 9 Nov 2020 16:32:55 +0000 (16:32 +0000)
commit18c73a4c70b405825762dfd0151ab300fee15534
tree74fe866540393cd5d7a09c7ef107c4fa567dc302
parent09a221c085a64abad0dd5662cd7104e936fc9e7a
meson: drop use of .path() for python args

When using .path() for an argument to a python script meson will not
setup dependancies on the file. This means that changes to the generator
script will not trigger a rebiuld

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
docs/manpages/meson.build
docs/meson.build
src/access/meson.build
src/admin/meson.build
src/esx/meson.build
src/hyperv/meson.build
src/meson.build
src/qemu/meson.build
src/util/meson.build