]> git.proxmox.com Git - mirror_qemu.git/blobdiff - trace/meson.build
Merge tag 'pull-maintainer-may24-160524-2' of https://gitlab.com/stsquad/qemu into...
[mirror_qemu.git] / trace / meson.build
index b0d31a67e6864505a9593dcecd601f58e986c5b7..c3412dc0ba5a29490441e150d2cfe58f71551314 100644 (file)
@@ -64,7 +64,7 @@ trace_events_all = custom_target('trace-events-all',
                                  input: trace_events_files,
                                  command: [ 'cat', '@INPUT@' ],
                                  capture: true,
-                                 install: true,
+                                 install: get_option('trace_backends') != [ 'nop' ],
                                  install_dir: qemu_datadir)
 
 if 'ust' in get_option('trace_backends')