Build system: Always compile schemas

This commit is contained in:
Romain Vigier
2022-08-16 02:58:54 +02:00
parent d677812d95
commit c1f1733c6c
+1
View File
@@ -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,