summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
1 files changed, 4 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index a17f9fd..7c993e0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('zenity', 'c',
version: '3.43.0',
- meson_version: '>=0.53.0',
+ meson_version: '>=0.57.0',
license: 'LGPL-2.1-or-later'
)
@@ -110,4 +110,6 @@ subdir('data')
subdir('po')
subdir('help')
-meson.add_install_script('meson_post_install.py')
+gnome.post_install(
+ gtk_update_icon_cache: true,
+)