diff options
author | Vika <vika@fireburn.ru> | 2024-09-01 19:24:06 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2024-09-04 19:51:50 +0300 |
commit | c18baf07137dfdf7809a89c6af2eabf22131cc00 (patch) | |
tree | c87e864e9da6e717983819a928329045602941ac /meson.build | |
parent | 00bfd4b9e2af68004014675ed6a2e35ffd33ab36 (diff) | |
download | bowl-c18baf07137dfdf7809a89c6af2eabf22131cc00.tar.zst |
Add a GSettings schema
Empty for now, but I am planning to include setting up the API endpoints and prompts for Smart Summary, among other things.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 9010236..38bc9d4 100644 --- a/meson.build +++ b/meson.build @@ -63,6 +63,6 @@ subdir('data') gnome.post_install( gtk_update_icon_cache: false, - glib_compile_schemas: false, + glib_compile_schemas: true, update_desktop_database: true, ) |