[gnome-remote-desktop] build: Use GNOME module post_install()
- From: Jonas Ådahl <jadahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-remote-desktop] build: Use GNOME module post_install()
- Date: Mon, 29 Aug 2022 15:11:17 +0000 (UTC)
commit 795d7074b404aeeea220751b7c1cc5928aca80f8
Author: Matt Turner <mattst88 gmail com>
Date: Tue Aug 23 21:34:07 2022 -0400
build: Use GNOME module post_install()
meson.build | 6 ++++--
meson_post_install.py | 11 -----------
2 files changed, 4 insertions(+), 13 deletions(-)
---
diff --git a/meson.build b/meson.build
index 274452b8..03e8051d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-remote-desktop', 'c',
version: '43.beta',
- meson_version: '>= 0.47.0',
+ meson_version: '>= 0.57.0',
default_options: ['warning_level=1',
'buildtype=debugoptimized'])
@@ -112,7 +112,9 @@ if get_option('man')
subdir('man')
endif
-meson.add_install_script('meson_post_install.py')
+gnome.post_install(
+ glib_compile_schemas: true,
+)
output = [
'',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]