mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-16 15:06:05 +00:00
meson: Compile schemas in build directory
To make it easier to run from the build directory without having to install.
This commit is contained in:
parent
23944acc91
commit
3d51d627d3
1 changed files with 5 additions and 1 deletions
|
@ -68,7 +68,11 @@ install_data(
|
|||
)
|
||||
)
|
||||
|
||||
install_data('sm.puri.Calls.gschema.xml',
|
||||
schema_src = 'sm.puri.Calls.gschema.xml'
|
||||
compiled = gnome.compile_schemas(build_by_default: true,
|
||||
depends_files: files(schema_src))
|
||||
|
||||
install_data(schema_src,
|
||||
install_dir: join_paths(get_option('datadir'), 'glib-2.0/schemas')
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue