mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
xf86-input-synaptics: remove package (until we really need this)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
56189c2f0a
commit
f9773050ec
@ -1,14 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options $1
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
./configure --host=$TARGET_NAME \
|
|
||||||
--build=$HOST_NAME \
|
|
||||||
--prefix=/usr \
|
|
||||||
--sysconfdir=/etc \
|
|
||||||
--disable-static \
|
|
||||||
--enable-shared \
|
|
||||||
--with-xorg-module-dir=$XORG_PATH_MODULES
|
|
||||||
|
|
||||||
make
|
|
@ -1,6 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options $1
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/$XORG_PATH_MODULES/input
|
|
||||||
cp -P $PKG_BUILD/src/.libs/synaptics_drv.so $INSTALL/$XORG_PATH_MODULES/input
|
|
@ -1,16 +0,0 @@
|
|||||||
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 util-macros 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"
|
|
||||||
|
|
||||||
PKG_AUTORECONF="yes"
|
|
Loading…
x
Reference in New Issue
Block a user