owo/data/meson.build

7 lines
250 B
Meson
Raw Normal View History

2021-05-05 01:17:55 +00:00
# Install our gschema.xml file so that we can write stateful information to GSettings
install_data (
'gschema.xml',
install_dir: join_paths (get_option ('datadir'), 'glib-2.0', 'schemas'),
rename: meson.project_name () + '.gschema.xml'
)