From 30bac19c5a17f6339557aa29b5d6041486ca5cd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 18 Mar 2023 02:00:27 +0100 Subject: [PATCH] build: Compile gschemas if necessary It is good practice to recompile schemas after installing a new schema, but for some reason we never did. Part-of: --- meson.build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meson.build b/meson.build index 125de2fc..4c247068 100644 --- a/meson.build +++ b/meson.build @@ -93,6 +93,10 @@ endif subdir('extensions') subdir('po') +gnome.post_install( + glib_compile_schemas: true, +) + meson.add_dist_script('meson/generate-stylesheets.py') meson.add_dist_script('meson/check-version.py', meson.project_version(),