mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-19 21:28:50 +00:00
build: Install manifest in openxr subdir with meson
Before: <PREFIX>/share/1/openxr_monado.json After : <PREFIX>/share/openxr/1/openxr_monado.json
This commit is contained in:
parent
c019fce797
commit
4a0aa434aa
|
@ -114,7 +114,7 @@ sopath = join_paths(get_option('prefix'),
|
|||
manifest_conf.set('runtime_path', sopath)
|
||||
|
||||
manifest_path = join_paths(
|
||||
get_option('prefix'), get_option('datadir'), xr_api_major.to_string())
|
||||
get_option('prefix'), get_option('datadir'), 'openxr', xr_api_major.to_string())
|
||||
|
||||
manifest_json = configure_file(
|
||||
input: manifest_in,
|
||||
|
|
Loading…
Reference in a new issue