XSDL: fixed xkbcomp

This commit is contained in:
Sergii Pylypenko
2019-02-25 17:00:59 +02:00
parent 15ee9faf9b
commit 56ae8d528e
2 changed files with 1 additions and 2 deletions

View File

@@ -79,7 +79,6 @@ mkdir -p $CURDIR/tmp-$1
cd $CURDIR/tmp-$1
cp -f $CURDIR/xserver/data/busybox-$1 ./busybox
mkdir -p usr/bin
# Executables linked with NDK, which crash on Lollipop.
for f in xhost xkbcomp xli xsel; do cp -f $CURDIR/xserver/android/$1/$f ./usr/bin/$f ; done
# Statically-linked prebuilt executables, generated using Debian chroot.