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 <[email protected]> --- xorg.modules | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/xorg.modules b/xorg.modules index 351875a..78fb034 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"/> -- 1.7.9.5 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
