From b2f987a7171d18c3382bc0a8da14f3d555efe601 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 23 Aug 2022 21:12:50 -0400 Subject: build: Use GNOME module post_install() --- meson.build | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index f8549747..be059417 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('gdm', 'c', version: '43.0', license: 'GPL2+', - meson_version: '>= 0.50', + meson_version: '>= 0.57', ) # Modules @@ -281,7 +281,9 @@ if xdmcp_dep.found() endif subdir('docs') -meson.add_install_script('build-aux/meson_post_install.py') +gnome.post_install( + glib_compile_schemas: true, +) if meson.version().version_compare('>= 0.53') summary({ -- cgit v1.2.1