XSDL: instructions how to build statically-linked xkbcomp, xsel and xli executables, fixed more paths in XSDL
This commit is contained in:
@@ -72,7 +72,11 @@ cp $CURDIR/xserver/data/busybox-$1 ./busybox
|
||||
cp $CURDIR/ssh ./
|
||||
cp $CURDIR/sshpass ./
|
||||
mkdir -p usr/bin
|
||||
# Executables linked with NDK, which crash on some devices.
|
||||
for f in xhost xkbcomp xli xsel; do cp $CURDIR/xserver/android/$1/$f ./usr/bin/ ; done
|
||||
# Statically-linked prebuilt executables, generated using Debian chroot.
|
||||
# There are no executables for old ARMv5, so we'll use NDK executables instead for that arch.
|
||||
for f in xhost xkbcomp xli xsel; do cp $CURDIR/xserver/data/$f-$1 ./usr/bin/$f ; done
|
||||
rm -f ../AndroidData/binaries-$1.zip
|
||||
zip -r ../AndroidData/binaries-$1.zip .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user