]> git.proxmox.com Git - fwupd.git/commitdiff
trivial: only install fwupdagent man page if compat_cli set
authorMario Limonciello <mario.limonciello@amd.com>
Tue, 21 Feb 2023 16:10:50 +0000 (10:10 -0600)
committerMario Limonciello <mario.limonciello@amd.com>
Thu, 23 Feb 2023 19:04:12 +0000 (13:04 -0600)
src/meson.build

index e97ee25d3b8ad108dfc810f7f57d913ce45949bf..a53e6000f67eea0ff4bff6e8778dbf9a518198db 100644 (file)
@@ -254,13 +254,15 @@ if get_option('man')
       install: true,
       install_dir: join_paths(mandir, 'man1'),
     )
-    configure_file(
-      input: 'fwupdagent.1',
-      output: 'fwupdagent.1',
-      configuration: conf,
-      install: true,
-      install_dir: join_paths(mandir, 'man1'),
-    )
+    if get_option('compat_cli')
+      configure_file(
+        input: 'fwupdagent.1',
+        output: 'fwupdagent.1',
+        configuration: conf,
+        install: true,
+        install_dir: join_paths(mandir, 'man1'),
+      )
+    endif
   endif
   if build_standalone
     configure_file(