# Locally computed
-sha256 7160c16c409c9ea4f7da9d91923ae0a92df7f3453a292bf684bed071acd7b4ff libinput-1.29.0.tar.bz2
+sha256 c5169568f337c4a3bda927c42afef3a9d4c891e48a405cba39d57cb4631b9fb0 libinput-1.30.1.tar.bz2
# License files
sha256 80de50b2022a840db044c56db804ca3565600a692c0714babface587acc6d1b0 COPYING
#
################################################################################
-LIBINPUT_VERSION = 1.29.0
+LIBINPUT_VERSION = 1.30.1
LIBINPUT_SOURCE = libinput-$(LIBINPUT_VERSION).tar.bz2
LIBINPUT_SITE = https://gitlab.freedesktop.org/libinput/libinput/-/archive/$(LIBINPUT_VERSION)
LIBINPUT_DEPENDENCIES = host-pkgconf libevdev udev
LIBINPUT_CONF_OPTS += -Ddebug-gui=false
endif
+ifeq ($(BR2_PACKAGE_LUA_5_4),y)
+LIBINPUT_CONF_OPTS += -Dlua-plugins=enabled
+LIBINPUT_DEPENDENCIES += lua
+else
+LIBINPUT_CONF_OPTS += -Dlua-plugins=disabled
+endif
+
ifeq ($(BR2_PACKAGE_MTDEV),y)
LIBINPUT_CONF_OPTS += -Dmtdev=true
LIBINPUT_DEPENDENCIES += mtdev