commit | 91a2e6882a788f270b6d9bc168128cd252812808 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon May 22 09:19:03 2023 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu May 25 10:02:43 2023 +0200 |
tree | fcb698124b88309303773cca104ef878da389be8 | |
parent | f49d883d4de4011365ca3644fcd1914df5193227 [diff] |
meson: fix rule for qemu-ga installer The bindir variable is not available in the "glib" variable, which is an internal dependency (created with "declare_dependency"). Use glib_pc instead, which contains the variable as it is instantiated from glib-2.0.pc. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>