deps: add libinotify-kqueue on BSDs after 8dd2cd41fb (#9197)

src/config/ConfigWatcher.cpp:2:10: fatal error: 'sys/inotify.h' file not found
    2 | #include <sys/inotify.h>
      |          ^~~~~~~~~~~~~~~
This commit is contained in:
Jan Beich 2025-01-27 22:06:48 +00:00 committed by GitHub
parent 5fd90548dc
commit d2773d7a4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 0 deletions

View file

@ -32,6 +32,7 @@ executable(
xcb_xfixes_dep,
backtrace_dep,
epoll_dep,
inotify_dep,
gio_dep,
tracy,