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: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/249>
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user