]> git.proxmox.com Git - mirror_qemu.git/blobdiff - replay/meson.build
Merge tag 'pull-20231230' of https://gitlab.com/rth7680/qemu into staging
[mirror_qemu.git] / replay / meson.build
index 8783aea7c85a5034a98bfad4e3274668b814a708..4b4175e8dd4c1cb4751e9c8d90f112451fc28c44 100644 (file)
@@ -1,4 +1,4 @@
-softmmu_ss.add(files(
+system_ss.add(when: 'CONFIG_TCG', if_true: files(
   'replay.c',
   'replay-internal.c',
   'replay-events.c',
@@ -9,4 +9,5 @@ softmmu_ss.add(files(
   'replay-net.c',
   'replay-audio.c',
   'replay-random.c',
-))
+  'replay-debugging.c',
+), if_false: files('stubs-system.c'))