mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
build: Another missed linking fix.
This commit is contained in:
parent
a03d1fbf97
commit
8548d3f7e6
|
@ -59,3 +59,8 @@ if(BUILD_WITH_LIBUVC)
|
|||
)
|
||||
target_link_libraries(st_prober PRIVATE ${LIBUVC_LIBRARIES})
|
||||
endif()
|
||||
|
||||
if(BUILD_DRIVER_V4L2)
|
||||
# Uses v4l2_fs_create
|
||||
target_link_libraries(st_prober PRIVATE drv_v4l2)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue