mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
d/vive: Use proper external include in meson
This commit is contained in:
parent
937e6fafb7
commit
fd9cef6493
|
@ -119,8 +119,7 @@ lib_drv_vive = static_library(
|
|||
'vive/vive_prober.h',
|
||||
'vive/vive_prober.c',
|
||||
),
|
||||
include_directories: [xrt_include,
|
||||
include_directories('../../external/')],
|
||||
include_directories: [xrt_include, external_include],
|
||||
dependencies: [aux, zlib],
|
||||
build_by_default: 'vive' in drivers,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue