summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 97622b6d97..3919a4a9b0 100644
--- a/meson.build
+++ b/meson.build
@@ -2172,6 +2172,8 @@ userspace = declare_dependency(
link_args : userspace_c_ld_args,
)
+man_page_depends = []
+
############################################################
# binaries that have --help and are intended for use by humans,