meson: Install example schema XML

This commit is contained in:
David King
2021-12-21 11:10:37 +00:00
parent 9bad0a2d5e
commit 2b566f0633
6 changed files with 18 additions and 6 deletions

View File

@ -5,7 +5,7 @@ app10_resources = gnome.compile_resources(
source_dir: '.'
)
app10_schemas = gnome.compile_schemas()
app10_schemas = gnome.compile_schemas(depend_files: files(['org.gtk.exampleapp.gschema.xml']))
app10 = executable(
@ -21,3 +21,5 @@ app10 = executable(
app10_schemas,
dependencies: libgtk_dep
)
install_data('org.gtk.exampleapp.gschema.xml', install_dir: gtk_schemasdir)