summaryrefslogtreecommitdiffstats
path: root/replay/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'replay/meson.build')
-rw-r--r--replay/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/replay/meson.build b/replay/meson.build
index f91163fb1e..21aefad220 100644
--- a/replay/meson.build
+++ b/replay/meson.build
@@ -1,4 +1,4 @@
-softmmu_ss.add(files(
+softmmu_ss.add(when: 'CONFIG_TCG', if_true: files(
'replay.c',
'replay-internal.c',
'replay-events.c',
@@ -10,4 +10,4 @@ softmmu_ss.add(files(
'replay-audio.c',
'replay-random.c',
'replay-debugging.c',
-))
+), if_false: files('stubs-system.c'))