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:
parent
5fd90548dc
commit
d2773d7a4e
3 changed files with 8 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ executable(
|
|||
xcb_xfixes_dep,
|
||||
backtrace_dep,
|
||||
epoll_dep,
|
||||
inotify_dep,
|
||||
gio_dep,
|
||||
tracy,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue