meson.build: drop install:false from configure_file
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 9 Jul 2020 02:24:22 +0000 (12:24 +1000)
committerRan Benita <ran@unusedvar.com>
Sat, 25 Jul 2020 08:05:14 +0000 (11:05 +0300)
commit9cff8df2b1a3ecffa2b5713c88f23044629ae6a8
tree5795083f838ea506cb4af946618efb16f18ca1c9
parentc3d42390f7b3a432cfff351c4296d1244691e0b5
meson.build: drop install:false from configure_file

meson complains because this requires 0.50.0 and we don't require that. But
since it defaults to false anyway, let's just omit it.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
meson.build