Link v4l2 plugin to libinotify on FreeBSD

This commit is contained in:
Gleb Popov 2021-02-24 17:18:18 +03:00 committed by Wim Taymans
parent 6f26210361
commit fd544544ab
2 changed files with 5 additions and 1 deletions

View file

@ -6,6 +6,6 @@ v4l2_sources = ['v4l2.c',
v4l2lib = shared_library('spa-v4l2',
v4l2_sources,
include_directories : [ spa_inc ],
dependencies : [ libudev_dep, ],
dependencies : [ libudev_dep, libinotify_dep ],
install : true,
install_dir : join_paths(spa_plugindir, 'v4l2'))