From c18baf07137dfdf7809a89c6af2eabf22131cc00 Mon Sep 17 00:00:00 2001 From: Vika Date: Sun, 1 Sep 2024 19:24:06 +0300 Subject: 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. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') 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, ) -- cgit 1.4.1