Build system: Always compile schemas
This commit is contained in:
@@ -13,6 +13,7 @@ glib_compile_schemas_exe = find_program('glib-compile-schemas')
|
|||||||
custom_target(
|
custom_target(
|
||||||
'gschemas',
|
'gschemas',
|
||||||
build_by_default: true,
|
build_by_default: true,
|
||||||
|
build_always_stale: true,
|
||||||
output: 'gschemas.compiled',
|
output: 'gschemas.compiled',
|
||||||
command: [
|
command: [
|
||||||
glib_compile_schemas_exe,
|
glib_compile_schemas_exe,
|
||||||
|
|||||||
Reference in New Issue
Block a user