mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 18:08:29 +00:00
st/prober: Depend on remote driver as we reference it directly
This commit is contained in:
parent
f868f61a17
commit
7bcdf0de40
|
@ -84,3 +84,9 @@ if(XRT_HAVE_V4L2)
|
||||||
drv_v4l2
|
drv_v4l2
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(XRT_BUILD_DRIVER_REMOTE)
|
||||||
|
target_link_libraries(st_prober PRIVATE
|
||||||
|
drv_remote
|
||||||
|
)
|
||||||
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue