meson: Fix typo in gnome.compile_schemas
Logs during configuration revealed a typo: data/meson.build:72: WARNING: Passed invalid keyword argument "depends_files". WARNING: This will become a hard error in the future. `depends_file` is supposed to be `depend_file`.
This commit is contained in:
@@ -70,7 +70,7 @@ install_data(
|
||||
|
||||
schema_src = 'sm.puri.Calls.gschema.xml'
|
||||
compiled = gnome.compile_schemas(build_by_default: true,
|
||||
depends_files: files(schema_src))
|
||||
depend_files: files(schema_src))
|
||||
|
||||
install_data(schema_src,
|
||||
install_dir: join_paths(get_option('datadir'), 'glib-2.0/schemas')
|
||||
|
Reference in New Issue
Block a user