mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-15 02:00:22 +00:00
d/pssense: Link with aux_util
Fixes build with tracing, and should be linked since utilities are used.
This commit is contained in:
parent
2d6db97ea0
commit
3000028512
|
@ -162,7 +162,7 @@ endif()
|
|||
|
||||
if(XRT_BUILD_DRIVER_PSSENSE)
|
||||
add_library(drv_pssense STATIC pssense/pssense_driver.c pssense/pssense_interface.h)
|
||||
target_link_libraries(drv_pssense PRIVATE aux_os)
|
||||
target_link_libraries(drv_pssense PRIVATE aux_os aux_util)
|
||||
list(APPEND ENABLED_DRIVERS pssense)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue