summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <alexm@gnome.org>2022-06-18 18:38:48 +0400
committerAlexander Mikhaylenko <alexm@gnome.org>2022-06-18 18:39:30 +0400
commit94a88caa5e51592319759a4fe84bd761eb4ac11d (patch)
tree12e782814f54ab970c80aec79aeae4734dcb5a71 /meson.build
parent5c511a17c5b7431d581c02b39ddc9b108025a9a8 (diff)
downloadgcr-94a88caa5e51592319759a4fe84bd761eb4ac11d.tar.gz
meson: Clean up post_install()
There are no desktop files, and only GTK3 builds have icons. Fixes https://gitlab.gnome.org/GNOME/gcr/-/issues/97
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 21a02fa..0f14a69 100644
--- a/meson.build
+++ b/meson.build
@@ -144,7 +144,6 @@ endif
# Post-install scripts
gnome.post_install(
- gtk_update_icon_cache: true,
+ gtk_update_icon_cache: get_option('gtk3'),
glib_compile_schemas: true,
- update_desktop_database: true,
)