From d713d5820c816a59c8e4beb82df6222dfb06ad53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 29 Jun 2023 20:33:27 +0200 Subject: Fix installation within a Nix environment --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 573d304..4f8b4ae 100644 --- a/meson.build +++ b/meson.build @@ -218,6 +218,7 @@ endforeach # For the purposes of development: make the program find its GSettings schemas. gnome.compile_schemas(depend_files : files(gsettings_schemas)) +gnome.post_install(glib_compile_schemas : true, gtk_update_icon_cache : true) # Meson is broken on Windows and removes the backslashes, so this ends up empty. symbolics = run_command(find_program('sed', required : false, disabler : true), -- cgit v1.2.3