The executable needs to pull in the compiled schemas or they won't be compiled.pull/803/head
parent
9d1aeebc27
commit
d3e73e0dbc
1 changed files with 2 additions and 2 deletions
@ -1,8 +1,8 @@ |
||||
|
||||
gnome.compile_schemas() |
||||
compiled = gnome.compile_schemas() |
||||
install_data('com.github.meson.gschema.xml', |
||||
install_dir : 'share/glib-2.0/schemas') |
||||
|
||||
schemaexe = executable('schemaprog', 'schemaprog.c', |
||||
schemaexe = executable('schemaprog', 'schemaprog.c', compiled, |
||||
dependencies : gio) |
||||
test('schema test', schemaexe) |
||||
|
Loading…
Reference in new issue