summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2013-12-17 13:37:24 -0500
committerGaetan Nadon <memsize@videotron.ca>2014-01-07 15:29:49 -0500
commitce17489b5eab6caaf07151e3daa21bcfd6fb5f65 (patch)
tree3f2b7d0b4b21391b66eb25a2d03805c60afc3c55
parent1297f74dc73f0d4b59dd7c6652250fd69da89ba2 (diff)
jhbuild: remove deprecated input modules aiptek and acecad
These were removed from build.sh a couple of years ago by their maintainer. http://cgit.freedesktop.org/xorg/util/modular/commit/build.sh? id=75659f3405299fd2475c75c9cd18bfe4931a7cb0 No chances of ever coming back, so also removed the modules definition. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--xorg.modules25
1 files changed, 0 insertions, 25 deletions
diff --git a/xorg.modules b/xorg.modules
index 48c9304..7216192 100644
--- a/xorg.modules
+++ b/xorg.modules
@@ -241,8 +241,6 @@
<!-- X Input and Video Drivers - Meta Module -->
<metamodule id="The X Input Drivers">
<dependencies>
- <dep package="xf86-input-acecad"/>
- <dep package="xf86-input-aiptek"/>
<dep package="xf86-input-evdev"/> <!-- Linux -->
<dep package="xf86-input-joystick"/> <!-- Linux and BSDs-->
<dep package="xf86-input-keyboard"/>
@@ -1920,29 +1918,6 @@
</autotools>
<!-- X Input Drivers - Modules Definition -->
- <autotools id="xf86-input-acecad">
- <branch module="xorg/driver/xf86-input-acecad"
- checkoutdir="xorg/driver/xf86-input-acecad"/>
- <dependencies>
- <dep package="util-macros"/>
- <dep package="x11proto"/>
- <dep package="inputproto"/>
- <dep package="kbproto"/>
- <dep package="xserver"/>
- </dependencies>
- </autotools>
-
- <autotools id="xf86-input-aiptek">
- <branch module="xorg/driver/xf86-input-aiptek"
- checkoutdir="xorg/driver/xf86-input-aiptek"/>
- <dependencies>
- <dep package="util-macros"/>
- <dep package="x11proto"/>
- <dep package="inputproto"/>
- <dep package="xserver"/>
- </dependencies>
- </autotools>
-
<autotools id="xf86-input-evdev">
<branch module="xorg/driver/xf86-input-evdev"
checkoutdir="xorg/driver/xf86-input-evdev"/>