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:
Christoph Haag 2020-08-05 01:55:43 +02:00
parent c019fce797
commit 4a0aa434aa

View file

@ -114,7 +114,7 @@ sopath = join_paths(get_option('prefix'),
manifest_conf.set('runtime_path', sopath) manifest_conf.set('runtime_path', sopath)
manifest_path = join_paths( 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( manifest_json = configure_file(
input: manifest_in, input: manifest_in,