]> git.ipfire.org Git - thirdparty/libvirt.git/commit
meson: Don't overwrite includedir
authorAndrea Bolognani <abologna@redhat.com>
Tue, 1 Feb 2022 17:56:26 +0000 (18:56 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 3 Feb 2022 12:19:23 +0000 (13:19 +0100)
commit9f2d3cb472fd4d86dc4de5d57fcf8acb14e33e00
tree76d3a3d88d34479223230bf98b6191fe46c2ad24
parent7714034ecd81b9c4e01df935ce2836f3efaed616
meson: Don't overwrite includedir

The current implementation of the workaround for yajl's broken
pkg-config file accidentally overwrites the value of includedir
that is later used by the installation process. Rename the
local variable to avoid this issue.

Fixes: c97075e1e46e9305d62620d8b05046aae0139438
Closes: https://gitlab.com/libvirt/libvirt/-/issues/271
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
meson.build