mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-04-28 20:27:58 +03:00
meson.build: specify dependency on openxr headers
This commit is contained in:
parent
b35ce06b8d
commit
5a8dba4064
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ libandroid_so = shared_library('android', [
|
|||
install: true,
|
||||
soversion: 0,
|
||||
dependencies: [
|
||||
dependency('gtk4'), dependency('jni'), dependency('vulkan')
|
||||
dependency('gtk4'), dependency('jni'), dependency('vulkan'), dependency('openxr').partial_dependency(includes: true)
|
||||
])
|
||||
|
||||
libtranslationlayer_so = shared_library('translation_layer_main', [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue