diff options
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/files/qemu-6.2.0-also-build-virtfs-proxy-helper.patch | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/qemu/files/qemu-6.2.0-also-build-virtfs-proxy-helper.patch b/app-emulation/qemu/files/qemu-6.2.0-also-build-virtfs-proxy-helper.patch index b6af46552fe5..af220802069c 100644 --- a/app-emulation/qemu/files/qemu-6.2.0-also-build-virtfs-proxy-helper.patch +++ b/app-emulation/qemu/files/qemu-6.2.0-also-build-virtfs-proxy-helper.patch @@ -23,7 +23,9 @@ index fbe856700..d6918b04c 100644 libcap_ng.found()) -have_virtfs_proxy_helper = have_virtfs and have_tools -+have_virtfs_proxy_helper = have_tools ++have_virtfs_proxy_helper = have_tools and libcap_ng.found() + + if get_option('virtfs').enabled() if not have_virtfs |