mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
xf86-input-synaptics: add metafile support, thanks to cowbalt
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
7089a8e519
commit
aec4342b9b
@ -2,9 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build libXi
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
$AUTORECONF
|
||||
|
@ -2,7 +2,5 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install libXi
|
||||
|
||||
mkdir -p $INSTALL/$XORG_PATH_MODULES/input
|
||||
cp -P $PKG_BUILD/src/.libs/synaptics_drv.so $INSTALL/$XORG_PATH_MODULES/input
|
||||
|
14
packages/x11/driver/xf86-input-synaptics/meta
Normal file
14
packages/x11/driver/xf86-input-synaptics/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="xf86-input-synaptics"
|
||||
PKG_VERSION="1.3.0"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="http://www.X.org"
|
||||
PKG_URL="http://xorg.freedesktop.org/archive/individual/driver/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS="libXi"
|
||||
PKG_BUILD_DEPENDS="toolchain libXi"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="x11/driver"
|
||||
PKG_SHORTDESC="xf86-input-synaptics: A (alternate) Synaptics touchpad X driver"
|
||||
PKG_LONGDESC="This package provides an (alternate) Synaptics touchpad driver."
|
||||
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
||||
http://xorg.freedesktop.org/archive/individual/driver/xf86-input-synaptics-1.3.0.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user