owo/data/meson.build
2021-05-04 20:17:55 -05:00

7 lines
250 B
Meson

# 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'
)