[gnome-settings-daemon/wip/hadess/meson-version-follow-up] build: More meson version fixes
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon/wip/hadess/meson-version-follow-up] build: More meson version fixes
- Date: Tue, 20 Jul 2021 11:52:42 +0000 (UTC)
commit 23091cb5c56e889d371820ecbc46cfcb82514f5f
Author: Bastien Nocera <hadess hadess net>
Date: Tue Jul 20 12:22:19 2021 +0200
build: More meson version fixes
The "install arg in configure_file" from 0.50.0 was still being used in
other places. Make sure to remove its use completely to support meson
0.49.0 as required in the top-level meson.build.
WARNING: Project specifies a minimum meson_version '>= 0.49.0' but uses features which were added in
newer versions:
* 0.50.0: {'install arg in configure_file'}
Follow-up on b6c23eb2b378942e746676cb69f210ec0cb1eeb6
plugins/meson.build | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/plugins/meson.build b/plugins/meson.build
index 5d5c6e9b..16397dc6 100644
--- a/plugins/meson.build
+++ b/plugins/meson.build
@@ -108,7 +108,6 @@ foreach plugin: all_plugins
input: desktop_in_file,
output: desktop,
configuration: desktop_conf,
- install: true,
install_dir: gsd_xdg_autostart
)
@@ -156,14 +155,12 @@ foreach plugin: all_plugins
input: 'gsd.service.in',
output: user_service,
configuration: unit_conf,
- install: true,
install_dir: systemd_userunitdir
)
configure_file(
input: 'gsd.target.in',
output: user_target,
configuration: unit_conf,
- install: true,
install_dir: systemd_userunitdir
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]