[Scummvm-git-logs] scummvm master -> 6a66bffec8dfc9e382cb832c3f10807f3ae5b9ea
sev-
sev at scummvm.org
Sun Sep 13 15:55:24 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:
6a66bffec8 GCW0: Disable GLK engine
Commit: 6a66bffec8dfc9e382cb832c3f10807f3ae5b9ea
https://github.com/scummvm/scummvm/commit/6a66bffec8dfc9e382cb832c3f10807f3ae5b9ea
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-09-13T17:55:15+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