mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-01-09 06:23:21 +08:00
use xvfb-run -a since some distros don't support -d flag
This commit is contained in:
parent
6db3762207
commit
fa2ac608b9
@ -22,7 +22,7 @@ cp -v ~/ppsspp/icons/hicolor/256x256/apps/ppsspp.png ./.DirIcon
|
||||
# ADD LIBRARIES
|
||||
wget "$LIB4BN" -O ./lib4bin
|
||||
chmod +x ./lib4bin
|
||||
xvfb-run -d -- ./lib4bin -p -v -e -s -k \
|
||||
xvfb-run -a -- ./lib4bin -p -v -e -s -k \
|
||||
~/ppsspp/build/PPSSPPSDL \
|
||||
"$SYS_LIB_DIR"/libSDL* \
|
||||
"$SYS_LIB_DIR"/lib*GL* \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user