mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-19 21:28:50 +00:00
d/psvr: Fix hidapi include
This commit is contained in:
parent
4220638afd
commit
2cce94799d
|
@ -120,6 +120,7 @@ if(XRT_BUILD_DRIVER_PSVR)
|
|||
|
||||
add_library(drv_psvr STATIC ${PSVR_SOURCE_FILES})
|
||||
target_link_libraries(drv_psvr PRIVATE xrt-interfaces HIDAPI::hidapi aux_util)
|
||||
target_include_directories(drv_psvr PRIVATE ${HIDAPI_INCLUDE_DIRS})
|
||||
list(APPEND ENABLED_HEADSET_DRIVERS psvr)
|
||||
endif()
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include "xrt/xrt_device.h"
|
||||
#include "xrt/xrt_prober.h"
|
||||
|
||||
#include <hidapi/hidapi.h>
|
||||
#include <hidapi.h>
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <wchar.h>
|
||||
|
||||
#include <hidapi/hidapi.h>
|
||||
#include <hidapi.h>
|
||||
#include "xrt/xrt_prober.h"
|
||||
|
||||
#include "util/u_misc.h"
|
||||
|
|
Loading…
Reference in a new issue