From 097510cffef4e4233a068cdb0bf96f34265eafea Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Fri, 23 Apr 2021 21:00:44 +0300 Subject: [PATCH] examples: depend on libinotify on FreeBSD FreeBSD does not have inotify in the base. It is implemented in the third-party library. --- src/examples/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples/meson.build b/src/examples/meson.build index f2e30b0ed..1249de63b 100644 --- a/src/examples/meson.build +++ b/src/examples/meson.build @@ -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