meson: fix build with missing libudev-devel

This commit is contained in:
Wim Taymans 2024-01-26 13:28:07 +01:00
parent cb2b7af8fd
commit b4c7973d49
7 changed files with 28 additions and 9 deletions

View file

@ -8,6 +8,6 @@ libcamera_sources = [
libcameralib = shared_library('spa-libcamera',
libcamera_sources,
include_directories : [ configinc ],
dependencies : [ spa_dep, libudev_dep, libcamera_dep, pthread_lib ],
dependencies : [ spa_dep, libcamera_dep, pthread_lib ],
install : true,
install_dir : spa_plugindir / 'libcamera')