commit 605da456e1de0f44ac2927ac1ba54de0388dc977
parent 13b486d6284151469f159b455e22fa0f0ee54cf7
Author: TheJackiMonster <thejackimonster@gmail.com>
Date: Mon, 6 Feb 2023 13:42:23 +0100
Remove glib-compile-schemas instruction
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
@@ -61,6 +61,5 @@ messenger_gtk_exec = executable(
gnome.post_install(
gtk_update_icon_cache: true,
- glib_compile_schemas: true,
update_desktop_database: true,
)