mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 23:17:50 +00:00
xkeyboard-config: update to xkeyboard-config-1.9, various cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ba48a5629c
commit
f8a35e25a9
@ -5,8 +5,6 @@
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build xkbcomp
|
||||
|
||||
SRC_DIR=`ls -d $ROOT/$PKG_BUILD`
|
||||
|
||||
cd $PKG_BUILD
|
||||
XKBCOMP="/usr/bin/xkbcomp" \
|
||||
./configure --host=$TARGET_NAME \
|
||||
@ -15,8 +13,8 @@ XKBCOMP="/usr/bin/xkbcomp" \
|
||||
--sysconfdir=/etc \
|
||||
--enable-compat-rules \
|
||||
--with-xkb-base=$XORG_PATH_XKB \
|
||||
--disable-xkbcomp-symlink \
|
||||
--with-xkb-rules-symlink=xorg
|
||||
|
||||
make
|
||||
|
||||
make DESTDIR=$SRC_DIR/.install install
|
||||
make DESTDIR=`pwd`/.install install
|
||||
|
@ -3,4 +3,4 @@
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/$XORG_PATH_XKB
|
||||
cp -PR $PKG_BUILD/.install/$XORG_PATH_XKB/* $INSTALL/$XORG_PATH_XKB
|
||||
cp -R $PKG_BUILD/.install/$XORG_PATH_XKB/* $INSTALL/$XORG_PATH_XKB
|
||||
|
@ -1 +1 @@
|
||||
http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-1.8.tar.bz2
|
||||
http://people.freedesktop.org/~svu/xkeyboard-config-1.9.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user