diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-06-29 20:33:27 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-06-29 20:33:46 +0200 |
commit | d713d5820c816a59c8e4beb82df6222dfb06ad53 (patch) | |
tree | 281f54c2cf9d7213c976899f32475d978166871a | |
parent | f05e66bfc1aadb56538e4404836d1a1ea5f6720c (diff) | |
download | fiv-d713d5820c816a59c8e4beb82df6222dfb06ad53.tar.gz fiv-d713d5820c816a59c8e4beb82df6222dfb06ad53.tar.xz fiv-d713d5820c816a59c8e4beb82df6222dfb06ad53.zip |
Fix installation within a Nix environment
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
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), |