examples: depend on libinotify on FreeBSD

FreeBSD does not have inotify in the base.
It is implemented in the third-party library.
This commit is contained in:
Evgeniy Khramtsov 2021-04-23 21:00:44 +03:00
parent 7888be6eb3
commit 097510cffe

View file

@ -99,7 +99,7 @@ if not get_option('media-session').disabled() and alsa_dep.found()
sm_logind_src,
c_args : [ '-D_GNU_SOURCE' ],
install: true,
dependencies : [dbus_dep, pipewire_dep, alsa_dep, mathlib, sm_logind_dep],
dependencies : [dbus_dep, pipewire_dep, alsa_dep, mathlib, sm_logind_dep, libinotify_dep],
)
endif