Replaced state cacher with gsettings
This commit is contained in:
10
data/meson.build
Normal file
10
data/meson.build
Normal file
@@ -0,0 +1,10 @@
|
||||
install_data('org.erikreider.swaync.gschema.xml',
|
||||
install_dir: join_paths(get_option('datadir'), 'glib-2.0/schemas')
|
||||
)
|
||||
|
||||
compile_schemas = find_program('glib-compile-schemas', required: false)
|
||||
if compile_schemas.found()
|
||||
test('Validate schema file', compile_schemas,
|
||||
args: ['--strict', '--dry-run', meson.current_source_dir()]
|
||||
)
|
||||
endif
|
Reference in New Issue
Block a user