summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/patch-util_meson.build
blob: 73a654e05d0db9194807d8a8d5ad576a62f66e57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- util/meson.build.orig	2023-11-30 12:13:00 UTC
+++ util/meson.build
@@ -102,11 +102,7 @@ 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