mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 12:40:05 +01:00
14 lines
249 B
Meson
14 lines
249 B
Meson
|
|
plugins = [
|
||
|
|
'10-example.lua',
|
||
|
|
'10-dwt.lua',
|
||
|
|
'10-logitech-mx-master-horiz-scroll.lua',
|
||
|
|
'10-pointer-go-faster.lua',
|
||
|
|
'10-pointer-go-slower.lua',
|
||
|
|
'10-delay-motion.lua',
|
||
|
|
]
|
||
|
|
|
||
|
|
fs = import('fs')
|
||
|
|
foreach plugin : plugins
|
||
|
|
fs.copyfile(plugin)
|
||
|
|
endforeach
|