On Tue, Feb 10, 2026 at 11:27:17AM -0700, Warner Losh wrote: > Check to make sure that we have inotify in libc, before looking for it > in libinotify. > > Cc: Paolo Bonzini <[email protected]> > Cc: Marc-André Lureau <[email protected]> > Cc: Daniel P. Berrange <[email protected]> > Cc: Philippe Mathieu-Daudé <[email protected]> > Signed-off-by: Warner Losh <[email protected]> > --- > FreeBSD 15 and newer now has a native inotify implementation. Check for > it before checking for the wrapper libinotify library which is needed in > FreeBSD 14 and earlier. Make the check dependent on symbols, not host > version. > > Separate series because it's really independent of the two other > patch series I have submitted and it is more important. > --- > Changes in v2: > - Make simplifications suggested by Bonzini. > - Link to v1: > https://lore.kernel.org/qemu-devel/[email protected] > --- > meson.build | 14 +++++--------- > util/meson.build | 6 +----- > 2 files changed, 6 insertions(+), 14 deletions(-)
Reviewed-by: Daniel P. Berrangé <[email protected]> With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
