mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 02:10:07 +01:00
See https://gitlab.freedesktop.org/libinput/libinput/-/issues/1206 Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1356>
16 lines
335 B
Meson
16 lines
335 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',
|
|
'10-disable-feature.lua',
|
|
'10-copilot-key-override.lua',
|
|
'10-wheel-to-button.lua',
|
|
]
|
|
|
|
fs = import('fs')
|
|
foreach plugin : plugins
|
|
fs.copyfile(plugin)
|
|
endforeach
|