summary refs log tree commit diff
path: root/meson.build
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2024-09-01 19:24:06 +0300
committerVika <vika@fireburn.ru>2024-09-04 19:51:50 +0300
commitc18baf07137dfdf7809a89c6af2eabf22131cc00 (patch)
treec87e864e9da6e717983819a928329045602941ac /meson.build
parent00bfd4b9e2af68004014675ed6a2e35ffd33ab36 (diff)
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.build2
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,
 )