mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
st/prober: Depend on VF driver since we refer to it directly
This commit is contained in:
parent
96deec3012
commit
551c1f19a9
|
@ -90,3 +90,9 @@ if(XRT_BUILD_DRIVER_REMOTE)
|
|||
drv_remote
|
||||
)
|
||||
endif()
|
||||
|
||||
if(XRT_BUILD_DRIVER_VF)
|
||||
target_link_libraries(st_prober PRIVATE
|
||||
drv_vf
|
||||
)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue