mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-19 23:50:04 +01:00
While luajit seems to be the most popular (and fastest) lua
implementation for higher-level implementations, at the system level
it is relatively unused. Lua 5.4 on the other hand is used by other
system-level components like wireplumber and RPM. In the latter case
this means that lua is already available on every rpm-based distro
without further dependencies.
The performance of 5.4 seems to be acceptable and while luajit may be
faster the extra dependency requires more maintenance. Let's only expose
ourselves to that if absolutely needed.
This is not a strict revert because the code has changed a bit since
with several bugfixes deployed on top.
This reverts commit
|
||
|---|---|---|
| .. | ||
| ci.template | ||
| config.yml | ||
| libinput.spec.in | ||
| meson-build.sh | ||
| scanbuild-wrapper.sh | ||
| whitespace-check.py | ||