mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-21 06:01:43 +00:00
targets: Don't probe handtracking driver
This commit is contained in:
parent
c54cc23287
commit
8068912953
|
@ -26,10 +26,6 @@
|
||||||
#include "ohmd/oh_interface.h"
|
#include "ohmd/oh_interface.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef XRT_BUILD_DRIVER_HANDTRACKING
|
|
||||||
#include "ht/ht_interface.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef XRT_BUILD_DRIVER_NS
|
#ifdef XRT_BUILD_DRIVER_NS
|
||||||
#include "north_star/ns_interface.h"
|
#include "north_star/ns_interface.h"
|
||||||
#endif
|
#endif
|
||||||
|
@ -163,10 +159,6 @@ xrt_auto_prober_creator target_auto_list[] = {
|
||||||
oh_create_auto_prober,
|
oh_create_auto_prober,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef XRT_BUILD_DRIVER_HANDTRACKING
|
|
||||||
ht_create_auto_prober,
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef XRT_BUILD_DRIVER_NS
|
#ifdef XRT_BUILD_DRIVER_NS
|
||||||
// North star driver here for now.
|
// North star driver here for now.
|
||||||
ns_create_auto_prober,
|
ns_create_auto_prober,
|
||||||
|
|
Loading…
Reference in a new issue