]> git.proxmox.com Git - mirror_qemu.git/commit
meson: Declare have_virtfs_proxy_helper in main meson.build
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Wed, 20 Jan 2021 15:15:39 +0000 (16:15 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 23 Jan 2021 20:55:04 +0000 (15:55 -0500)
commit3a489d38fd0076d2f9fc8c60b70aa66290a0a199
tree7b72b6470f05dc2c224a57804e41580cd5b4adda
parent0ba781957e693cf71dbec395061de85c88d05acf
meson: Declare have_virtfs_proxy_helper in main meson.build

have_virtfs_proxy_helper is used from docs/meson.build, and can be
not declared when including it before fsdev/meson.build. This fixes:

  ../docs/meson.build:54:2: ERROR: Unknown variable "have_virtfs_proxy_helper".

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210120151539.1166252-1-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
fsdev/meson.build
meson.build