aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorEugene Sandulenko2016-04-10 13:05:39 +0200
committerEugene Sandulenko2016-04-10 13:05:39 +0200
commitaad00dbc8dbc638b750114cebdd0594396e261b8 (patch)
tree43b0c335e839b124b3ade65bac067132e8884b1e /configure
parent777e6fde393a4fc36642cd1c937b6978084b7542 (diff)
downloadscummvm-rg350-aad00dbc8dbc638b750114cebdd0594396e261b8.tar.gz
scummvm-rg350-aad00dbc8dbc638b750114cebdd0594396e261b8.tar.bz2
scummvm-rg350-aad00dbc8dbc638b750114cebdd0594396e261b8.zip
GCW0: GCW0 is fullscreen-only device
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 83a6538866..dbff40953f 100755
--- a/configure
+++ b/configure
@@ -2360,7 +2360,7 @@ case $_host_os in
echo "Could not determine prefix for static libraries"
fi
fi
-
+
# If _xcodetoolspath is not set yet use xcode-select to get the path
if test -z "$_xcodetoolspath"; then
_xcodetoolspath=`xcode-select -print-path`/Tools
@@ -2730,7 +2730,7 @@ if test -n "$_host"; then
gcw0)
_sysroot=`$CXX --print-sysroot`
_sdlpath=$_sysroot/usr/bin
- append_var DEFINES "-DDINGUX -DGCW0"
+ append_var DEFINES "-DDINGUX -DGCW0 -DGUI_ONLY_FULLSCREEN"
append_var DEFINES "-DREDUCE_MEMORY_USAGE"
append_var CXXFLAGS "-mips32"
_backend="dingux"