[glade] build: Use GNOME module post_install()
- From: Juan Pablo Ugarte <jpu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade] build: Use GNOME module post_install()
- Date: Mon, 26 Sep 2022 20:21:36 +0000 (UTC)
commit fa7224e48ea53cf91b2eb63b837182b533aa8ae2
Author: Matt Turner <mattst88 gmail com>
Date: Tue Aug 23 20:48:58 2022 -0400
build: Use GNOME module post_install()
meson.build | 7 +++----
meson_post_install.py | 12 ------------
2 files changed, 3 insertions(+), 16 deletions(-)
---
diff --git a/meson.build b/meson.build
index 187555f4..2956bb49 100644
--- a/meson.build
+++ b/meson.build
@@ -11,7 +11,7 @@ project(
version: '3.40.0',
license: 'GPL2',
default_options: 'buildtype=debugoptimized',
- meson_version: '>= 0.53.0',
+ meson_version: '>= 0.57.0',
)
glade_name = meson.project_name()
@@ -210,9 +210,8 @@ configure_file(
configuration: config_h,
)
-meson.add_install_script(
- 'meson_post_install.py',
- glade_datadir,
+gnome.post_install(
+ gtk_update_icon_cache: true,
)
tls_backend_support_src = '''
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]