mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-15 23:00:08 +00:00
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:
commit
96994568fd
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user