From 49e4757c0ba648b1ab9c425e0eea867123f2f3a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 21 Mar 2020 20:38:53 +0100 Subject: [PATCH] build: Drop install argument from configure_file() It requires meson 0.50.0 and is not necessary when install_dir is specified, so just drop it. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1072 --- js/extensionPrefs/data/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/js/extensionPrefs/data/meson.build b/js/extensionPrefs/data/meson.build index c805ab62e..0568fafc8 100644 --- a/js/extensionPrefs/data/meson.build +++ b/js/extensionPrefs/data/meson.build @@ -30,7 +30,6 @@ configure_file( input: app_id + '.service.in', output: app_id + '.service', configuration: desktopconf, - install: true, install_dir: servicedir, )