Xserver: enabled international keyboard input, fixed videomodes

This commit is contained in:
pelya
2014-02-23 16:17:43 +02:00
parent 0b4b82b969
commit b278d1801a
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ cp $CURDIR/xserver/data/busybox-$1 ./busybox
cp $CURDIR/ssh ./
cp $CURDIR/sshpass ./
mkdir -p usr/bin
for f in xhost xkbcomp xli ; do cp $CURDIR/xserver/android/$1/$f ./usr/bin/ ; done
for f in xhost xkbcomp xli xsel; do cp $CURDIR/xserver/android/$1/$f ./usr/bin/ ; done
rm -f ../AndroidData/binaries-$1.zip
zip -r ../AndroidData/binaries-$1.zip .