xf86-input-synaptics:

- adding config file for /etc/X11/xorg.conf.d support with new xorg-server
This commit is contained in:
Stephan Raue 2010-01-01 20:09:53 +01:00
parent 9b0ee93581
commit db8e3dc67c
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,5 @@
Section "InputClass"
Identifier "synaptics"
MatchIsTouchpad "true"
Driver "synaptics"
EndSection

View File

@ -7,4 +7,7 @@ $SCRIPTS/install libXi
PKG_DIR=`find $PACKAGES -type d -name $1`
mkdir -p $INSTALL/$XORG_PATH_MODULES/input
cp $PKG_BUILD/src/.libs/synaptics_drv.so $INSTALL/$XORG_PATH_MODULES/input
cp -PR $PKG_BUILD/src/.libs/synaptics_drv.so $INSTALL/$XORG_PATH_MODULES/input
mkdir -p $INSTALL/etc/X11/xorg.conf.d
cp -PR $PKG_DIR/config/*.conf $INSTALL/etc/X11/xorg.conf.d