diff --git a/programming/misc/libinput/actions.py b/programming/misc/libinput/actions.py
index 996d8377b0..e32044383c 100644
--- a/programming/misc/libinput/actions.py
+++ b/programming/misc/libinput/actions.py
@@ -13,7 +13,7 @@ from pisi.actionsapi import shelltools
def setup():
shelltools.makedirs("build")
shelltools.cd("build")
- shelltools.system("meson .. --prefix=/usr -Ddocumentation=false")
+ shelltools.system("meson .. --prefix=/usr -Dudev-dir=/lib/udev -Ddocumentation=false")
def build():
diff --git a/programming/misc/libinput/pspec.xml b/programming/misc/libinput/pspec.xml
index 1cdd112235..68be49701c 100644
--- a/programming/misc/libinput/pspec.xml
+++ b/programming/misc/libinput/pspec.xml
@@ -41,6 +41,7 @@
/usr/bin
/usr/libexec/libinput
/usr/lib
+ /lib/udev
/usr/share/doc
/usr/share/man/man1
@@ -60,6 +61,13 @@
+
+ 2018-05-06
+ 1.10.4
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-04-12
1.10.4