XSDL: added port number to config

This commit is contained in:
Sergii Pylypenko
2019-09-09 23:36:07 +03:00
parent ce74e0fee3
commit 63f9c475c1
5 changed files with 25 additions and 11 deletions

View File

@@ -79,7 +79,7 @@ mkdir -p $CURDIR/tmp-$1
cd $CURDIR/tmp-$1
cp -f $CURDIR/xserver/data/busybox-$1 ./busybox
mkdir -p usr/bin
for f in xhost xkbcomp xli xsel; do cp -f $CURDIR/xserver/android/$1/$f ./usr/bin/$f ; done
for f in xhost xkbcomp xloadimage xsel; do cp -f $CURDIR/xserver/android/$1/$f ./usr/bin/$f ; done
# Statically-linked prebuilt executables, generated using Debian chroot.
if false; then # Disable PulseAudio for now