From b06dc952040cd6b698e54c96c7792c8ac341a884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Sat, 2 Apr 2016 16:47:44 +0300 Subject: [PATCH] commit for aiptek fix build --- x11/driver/xorg-input-aiptek/actions.py | 2 +- x11/driver/xorg-input-aiptek/pspec.xml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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 +