[PATCH util-modular 3/3] xorg.modules: add mtdev dependency to evdev
Peter Hutterer
peter.hutterer at who-t.net
Sun Mar 15 15:47:17 PDT 2015
Requirement since xf86-input-evdev 56a5e67 and 2c9f4f03.
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
xorg.modules | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/xorg.modules b/xorg.modules
index a5d9e1b..a2b94df 100644
--- a/xorg.modules
+++ b/xorg.modules
@@ -1925,6 +1925,7 @@
<dep package="x11proto"/>
<dep package="inputproto"/>
<dep package="libevdev"/>
+ <dep package="mtdev"/>
<dep package="xserver"/>
</dependencies>
</autotools>
@@ -3399,6 +3400,15 @@
<dependencies/>
</autotools>
+ <!-- Multitouch protocol translation library for evdev devices -->
+ <repository type="git" name="bitmath.org" href="http://bitmath.org/git/"/>
+ <autotools id="mtdev" autogen-sh="configure">
+ <branch repo="bitmath.org"
+ module="mtdev.git"
+ checkoutdir="mtdev"/>
+ <dependencies/>
+ </autotools>
+
<!-- X Test Suite, tests for core protocol conformance -->
<autotools id="xts">
<branch module="xorg/test/xts"
--
2.1.0
More information about the xorg-devel
mailing list