summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2022-06-26 21:56:06 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2022-06-27 15:31:28 +0200
commit022837ad41282cb21151ce1277397f5e90fe07ef (patch)
treeda6afb3aa5cee0230248119ebe69fcfcf2184c18 /meson.build
parent39864e7c2195051f7454c7ad62ced513fbc91aef (diff)
downloadgcr-022837ad41282cb21151ce1277397f5e90fe07ef.tar.gz
Drop custom icons in gcr
Icons are problematic to provide within gcr, as different DEs that are using it, have different expectations what such an icon should look like: one wants it to be colorful, another wants it to be monochrome, yet another wants everything skeumorphic etc. Let's not deal with this in gcr4 and drop any icons. If applications want to provide an icon, they can do that themselves much better then we ever can.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build5
1 files changed, 0 insertions, 5 deletions
diff --git a/meson.build b/meson.build
index 339831b..4c2a728 100644
--- a/meson.build
+++ b/meson.build
@@ -131,8 +131,3 @@ if get_option('gtk_doc')
subdir('docs')
endif
-
-# Post-install scripts
-gnome.post_install(
- gtk_update_icon_cache: get_option('gtk3'),
-)