Synaptics
From CBLFS
Jump to navigationJump to searchDownload Source: | http://web.telia.com/~u89404340/touchpad/files/synaptics-0.14.6.tar.bz2 |
---|
Contents
Introduction to Synaptics
This is a driver for the Synaptics TouchPad for XOrg/XFree86 4.x. A Synaptics touchpad by default operates in compatibility mode by emulating a standard mouse. However, by using a dedicated driver, more advanced features of the touchpad become available.
Project Homepage: Unknown
Dependencies
Required
Non-Multilib
Compile the package:
make PREFIX=/usr
Install the package
make PREFIX=/usr install
Multilib
32Bit
Compile the package:
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ make PREFIX=/usr ARCH=i686 CC="gcc ${BUILD32}" LD="gcc ${BUILD32}"
Install the package:
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ make PREFIX=/usr ARCH=i686 install
64Bit
Compile the package:
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ make PREFIX=/usr ARCH=x86_64 CC="gcc ${BUILD64}" LD="gcc ${BUILD64}"
Install the package:
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ make PREFIX=/usr ARCH=x86_64 install
Contents
Installed Programs: | synclient syndaemon |
---|---|
Installed Libraries: | ${XORG_PREFIX}/lib/xorg/modules/input/synaptics_drv.so |
Installed Directories: | None |