Merge branch 'bilelmoussaoui/build' into 'main'

meson: only update-icon-cache when the demos are built

See merge request GNOME/gtk!4358
This commit is contained in:
Matthias Clasen 2022-01-12 02:44:29 +00:00
commit 96994568fd

View File

@ -897,7 +897,7 @@ if not meson.is_cross_build()
gnome.post_install(
glib_compile_schemas: true,
gio_querymodules: gio_module_dirs,
gtk_update_icon_cache: true,
gtk_update_icon_cache: get_option('demos'),
)
else
meson.add_install_script('build-aux/meson/post-install.py',