mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
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:
parent
7888be6eb3
commit
097510cffe
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue