mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
new package:
- add xf86-input-wacom for testing
This commit is contained in:
parent
a82c45471c
commit
69c67fec83
16
packages/x11/driver/xf86-input-wacom/build
Executable file
16
packages/x11/driver/xf86-input-wacom/build
Executable file
@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
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
|
8
packages/x11/driver/xf86-input-wacom/install
Executable file
8
packages/x11/driver/xf86-input-wacom/install
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||
|
||||
mkdir -p $INSTALL/$XORG_PATH_MODULES/input
|
||||
cp $PKG_BUILD/src/.libs/wacom_drv.so $INSTALL/$XORG_PATH_MODULES/input
|
1
packages/x11/driver/xf86-input-wacom/url
Normal file
1
packages/x11/driver/xf86-input-wacom/url
Normal file
@ -0,0 +1 @@
|
||||
http://people.freedesktop.org/~whot/xf86-input-wacom/xf86-input-wacom-0.10.1.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user