Bug fixes.
https://gitlab.freedesktop.org/libinput/libinput/-/releases/1.31.3

Plugs CVE:
CVE-2026-50292 - injected udev properties leading to arbitrary root code 
execution

* Rearrange options.

Signed-off-by: Christian Melki <[email protected]>
---
 rules/libinput.make | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/rules/libinput.make b/rules/libinput.make
index 5d77d587c..0d01776c7 100644
--- a/rules/libinput.make
+++ b/rules/libinput.make
@@ -32,19 +32,19 @@ LIBINPUT_LICENSE_FILES      := \
 LIBINPUT_CONF_TOOL     := meson
 LIBINPUT_CONF_OPT      := \
        $(CROSS_MESON_USR) \
-       -Dudev-dir=/usr/lib/udev \
+       -Dautoload-plugins=false \
+       -Dcoverity=false \
+       -Ddebug-gui=false \
+       -Ddocumentation=false \
        -Depoll-dir= \
+       -Dinstall-tests=false \
+       -Dinternal-event-debugging=false \
        -Dlibwacom=$(call ptx/truefalse, PTXCONF_LIBINPUT_WACOM) \
+       -Dlua-plugins=$(call ptx/endis, PTXCONF_LIBINPUT_LUA)d \
        -Dmtdev=true \
-       -Ddebug-gui=false \
        -Dtests=false \
-       -Dinstall-tests=false \
-       -Ddocumentation=false \
-       -Dcoverity=false \
-       -Dzshcompletiondir=no \
-       -Dinternal-event-debugging=false \
-       -Dautoload-plugins=false \
-       -Dlua-plugins=$(call ptx/endis, PTXCONF_LIBINPUT_LUA)d
+       -Dudev-dir=/usr/lib/udev \
+       -Dzshcompletiondir=no
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.43.0


Reply via email to