docs: Fix removal text of -show-cursor
[qemu/ar7.git] / replay / meson.build
blob21aefad220c82a7e915c9adeb51dde959ef61504
1 softmmu_ss.add(when: 'CONFIG_TCG', if_true: files(
2   'replay.c',
3   'replay-internal.c',
4   'replay-events.c',
5   'replay-time.c',
6   'replay-input.c',
7   'replay-char.c',
8   'replay-snapshot.c',
9   'replay-net.c',
10   'replay-audio.c',
11   'replay-random.c',
12   'replay-debugging.c',
13 ), if_false: files('stubs-system.c'))