summary refs log tree commit diff stats
path: root/fsdev/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'fsdev/meson.build')
-rw-r--r--fsdev/meson.build8
1 files changed, 0 insertions, 8 deletions
diff --git a/fsdev/meson.build b/fsdev/meson.build
index e20d7255e1..c751d8cb62 100644
--- a/fsdev/meson.build
+++ b/fsdev/meson.build
@@ -8,11 +8,3 @@ fsdev_ss.add(when: ['CONFIG_FSDEV_9P'], if_true: files(
 if host_os in ['linux', 'darwin']
   system_ss.add_all(fsdev_ss)
 endif
-
-if have_virtfs_proxy_helper
-  executable('virtfs-proxy-helper',
-             files('virtfs-proxy-helper.c', '9p-marshal.c', '9p-iov-marshal.c'),
-             dependencies: [qemuutil, libattr, libcap_ng],
-             install: true,
-             install_dir: get_option('libexecdir'))
-endif