mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-19 13:18:32 +00:00
d/rift_s: Link to hand tracking driver if necessary
This commit is contained in:
parent
27b8166e38
commit
8c0735feec
|
@ -232,6 +232,9 @@ if(XRT_BUILD_DRIVER_RIFT_S)
|
||||||
xrt-external-cjson
|
xrt-external-cjson
|
||||||
xrt-external-tinyceres
|
xrt-external-tinyceres
|
||||||
)
|
)
|
||||||
|
if(XRT_BUILD_DRIVER_HANDTRACKING)
|
||||||
|
target_link_libraries(drv_rift_s PRIVATE drv_ht)
|
||||||
|
endif()
|
||||||
list(APPEND ENABLED_HEADSET_DRIVERS rift-s)
|
list(APPEND ENABLED_HEADSET_DRIVERS rift-s)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue