|
gnome = import ('gnome')
|
|
|
|
reclaim_resources = gnome.compile_resources(
|
|
'reclaim-resources',
|
|
'reclaim.gresource.xml',
|
|
c_name: 'reclaim'
|
|
)
|
|
|
|
install_data(
|
|
meson.project_name() + '.gschema.xml',
|
|
|
|
install_dir: join_paths(get_option('datadir'), 'glib-2.0/schemas')
|
|
)
|
|
|