From b6c6f5c165fc22a0efac852bdc8db0ee10fe20a1 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 23 Aug 2022 21:20:25 -0400 Subject: build: Use GNOME module post_install() --- meson.build | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 6a6cdf7d7..03e52be3e 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'gnome-control-center', 'c', version : '43.beta', license : 'GPL2+', - meson_version : '>= 0.53.0' + meson_version : '>= 0.57.0' ) control_center_prefix = get_option('prefix') @@ -281,7 +281,6 @@ install_subdir( top_inc = include_directories('.') shell_inc = include_directories('shell') -subdir('build-aux') subdir('data/icons') subdir('po') subdir('panels') @@ -296,6 +295,11 @@ if get_option('documentation') subdir('man') endif +gnome.post_install( + glib_compile_schemas: true, + gtk_update_icon_cache: true, +) + configure_file( output: 'config.h', configuration: config_h -- cgit v1.2.1