diff --git a/x11/driver/xorg-input-aiptek/actions.py b/x11/driver/xorg-input-aiptek/actions.py index 33d3751a6d..fe8ec0802b 100644 --- a/x11/driver/xorg-input-aiptek/actions.py +++ b/x11/driver/xorg-input-aiptek/actions.py @@ -8,7 +8,7 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools def setup(): - autotools.autoreconf("-fiv") + #autotools.autoreconf("-fiv") autotools.configure("\ --disable-static \ --disable-silent-rules \ diff --git a/x11/driver/xorg-input-aiptek/pspec.xml b/x11/driver/xorg-input-aiptek/pspec.xml index 2b305a1fee..959f21e0dc 100644 --- a/x11/driver/xorg-input-aiptek/pspec.xml +++ b/x11/driver/xorg-input-aiptek/pspec.xml @@ -19,7 +19,10 @@ libmtdev-devel util-macros xorg-proto - + xorg-server-devel + libinput-devel + libXi-devel +