diff options
author | David-John Willis | 2011-05-08 22:40:19 +0100 |
---|---|---|
committer | David-John Willis | 2011-06-11 17:00:17 +0100 |
commit | 181ea053f47420089b8aada5a2fdbc7b5e292bc8 (patch) | |
tree | b80967a51582ac2cdffad0870a96b1f67a515077 /backends/platform | |
parent | 045ee136b599b21edefbd53ba9842d4da630d70d (diff) | |
download | scummvm-rg350-181ea053f47420089b8aada5a2fdbc7b5e292bc8.tar.gz scummvm-rg350-181ea053f47420089b8aada5a2fdbc7b5e292bc8.tar.bz2 scummvm-rg350-181ea053f47420089b8aada5a2fdbc7b5e292bc8.zip |
GPH: Make helper script produce a non-plugin build for the GP2X.
* Plugins are acting up on the old GP2X so disable for now until I get a chance to work on them some more.
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/gph/build/gp2x-config.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/backends/platform/gph/build/gp2x-config.sh b/backends/platform/gph/build/gp2x-config.sh index f474c4d0d4..a9b28b2fd0 100644 --- a/backends/platform/gph/build/gp2x-config.sh +++ b/backends/platform/gph/build/gp2x-config.sh @@ -23,8 +23,9 @@ cd ../../../.. --enable-tremor --with-tremor-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6 \ --enable-zlib --with-zlib-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6 \ --enable-mad --with-mad-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6 \ - --enable-vkeybd --enable-plugins --default-dynamic -# --disable-release --enable-debug + --enable-vkeybd + # --enable-plugins --default-dynamic +# --disable-release --enable-debug echo Generating config for GP2X complete. Check for errors. |