mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
build: respect meson install-active-runtime option
This commit is contained in:
parent
605e4e2027
commit
6429496439
|
@ -113,5 +113,7 @@ manifest_json = configure_file(
|
|||
install_dir: manifest_path,
|
||||
)
|
||||
|
||||
meson.add_install_script('install_active_runtime.sh', get_option('sysconfdir'),
|
||||
join_paths(manifest_path, runtime_target + '.json'), xr_api_major.to_string())
|
||||
if get_option('install-active-runtime')
|
||||
meson.add_install_script('install_active_runtime.sh', get_option('sysconfdir'),
|
||||
join_paths(manifest_path, runtime_target + '.json'), xr_api_major.to_string())
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue