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:
parent
dc002a61eb
commit
49e4757c0b
@ -30,7 +30,6 @@ configure_file(
|
||||
input: app_id + '.service.in',
|
||||
output: app_id + '.service',
|
||||
configuration: desktopconf,
|
||||
install: true,
|
||||
install_dir: servicedir,
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user