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
This commit is contained in:
Florian Müllner 2020-03-21 20:38:53 +01:00
parent dc002a61eb
commit 49e4757c0b

View File

@ -30,7 +30,6 @@ configure_file(
input: app_id + '.service.in',
output: app_id + '.service',
configuration: desktopconf,
install: true,
install_dir: servicedir,
)