@@ -5 +5 @@ project('libinput', 'c',
- meson_version : '>= 0.64.0')
+ meson_version : '>= 0.63.0')
@@ -14 +13,0 @@ plugins = [
-fs = import('fs')
@@ -16 +15 @@ foreach plugin : plugins
- fs.copyfile(plugin)
+ configure_file(input: plugin, output: '@BASENAME@', copy: true)