ports/emulators/qemu-devel/files/patch-util_meson.build
2023-05-07 21:26:16 +02:00

14 lines
497 B
Text

--- util/meson.build.orig 2023-05-05 08:25:13 UTC
+++ util/meson.build
@@ -99,10 +99,6 @@ if have_block
util_ss.add(files('readline.c'))
util_ss.add(files('throttle.c'))
util_ss.add(files('timed-average.c'))
- if config_host_data.get('CONFIG_INOTIFY1')
- util_ss.add(files('filemonitor-inotify.c'))
- else
- util_ss.add(files('filemonitor-stub.c'))
- endif
+ util_ss.add(files('filemonitor-stub.c'))
util_ss.add(when: 'CONFIG_LINUX', if_true: files('vfio-helpers.c'))
endif