[Scummvm-git-logs] scummvm branch-2-2 -> 5d3fed88f7a81ff1b72225a37f7ee33d21fb6b60
sev-
sev at scummvm.org
Sun Sep 13 15:55:28 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
5d3fed88f7 GCW0: Disable GLK engine
Commit: 5d3fed88f7a81ff1b72225a37f7ee33d21fb6b60
https://github.com/scummvm/scummvm/commit/5d3fed88f7a81ff1b72225a37f7ee33d21fb6b60
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-09-13T17:54:45+02:00
Commit Message:
GCW0: Disable GLK engine
Changed paths:
backends/platform/dingux/build.gcw0.sh
diff --git a/backends/platform/dingux/build.gcw0.sh b/backends/platform/dingux/build.gcw0.sh
index 7a31d4fd27..8bb20cecdc 100755
--- a/backends/platform/dingux/build.gcw0.sh
+++ b/backends/platform/dingux/build.gcw0.sh
@@ -3,4 +3,4 @@
export PATH=/opt/gcw0-toolchain/usr/bin:$PATH
# Disable high resolution engines since we have 320x240 hardware
-./configure --host=gcw0 --enable-plugins --default-dynamic --enable-release && make -j6 gcw-opk && ls -l scummvm.opk
+./configure --host=gcw0 --enable-plugins --default-dynamic --enable-release --disable-engine=glk && make -j6 gcw-opk && ls -l scummvm.opk
More information about the Scummvm-git-logs
mailing list