aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/patch-util_meson.build
blob: 44889d1fb32f452e4f15fb3c506cfa5a44bb5ad3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- util/meson.build.orig	2022-08-05 20:40:05 UTC
+++ util/meson.build
@@ -91,10 +91,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