diff --git a/desktop/gnome/base/libwacom/actions.py b/desktop/gnome/base/libwacom/actions.py
index fa8de2e564..0dac097eeb 100644
--- a/desktop/gnome/base/libwacom/actions.py
+++ b/desktop/gnome/base/libwacom/actions.py
@@ -11,7 +11,8 @@ from pisi.actionsapi import get
def setup():
- autotools.configure("--disable-static ")
+ autotools.configure("--disable-static \
+ --with-udev-dir=/lib/udev")
def build():
autotools.make()
diff --git a/desktop/gnome/base/libwacom/pspec.xml b/desktop/gnome/base/libwacom/pspec.xml
index 3b7bf64c42..d11c03b232 100644
--- a/desktop/gnome/base/libwacom/pspec.xml
+++ b/desktop/gnome/base/libwacom/pspec.xml
@@ -23,6 +23,7 @@
libwacom
/usr/share
+ /lib/udev
/usr/lib
/usr/bin
@@ -46,9 +47,16 @@
+
+ 2020-05-16
+ 1.2
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2020-01-18
- 1.22
+ 1.2
Version bump.
Mustafa Cinasal
muscnsl@gmail.com