aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp2x/build
diff options
context:
space:
mode:
authorJohn Willis2007-12-05 09:34:02 +0000
committerJohn Willis2007-12-05 09:34:02 +0000
commitfbaac4895790563a8a21336cf42f8bd7dca54191 (patch)
treedf6126141e3f42cf797da2be81e877432009fb1d /backends/platform/gp2x/build
parent5068d08ebb7ba029d1cdbc3eb121bf4945f89d86 (diff)
downloadscummvm-rg350-fbaac4895790563a8a21336cf42f8bd7dca54191.tar.gz
scummvm-rg350-fbaac4895790563a8a21336cf42f8bd7dca54191.tar.bz2
scummvm-rg350-fbaac4895790563a8a21336cf42f8bd7dca54191.zip
Tidyup of a few small things in the GP2X port.
svn-id: r29719
Diffstat (limited to 'backends/platform/gp2x/build')
-rw-r--r--backends/platform/gp2x/build/config.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/platform/gp2x/build/config.sh b/backends/platform/gp2x/build/config.sh
index f899c7665a..8c01ded06b 100644
--- a/backends/platform/gp2x/build/config.sh
+++ b/backends/platform/gp2x/build/config.sh
@@ -17,6 +17,7 @@ export DEFINES=-DNDEBUG
# Edit the configure line to suit.
cd ../../../..
-./configure --backend=gp2x --disable-mt32emu --host=gp2x --disable-flac --disable-nasm --disable-hq-scalers --with-sdl-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6/bin --with-mpeg2-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6 --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
+./configure --backend=gp2x --disable-mt32emu --host=gp2x --disable-flac --disable-nasm --disable-hq-scalers --with-sdl-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6/bin --with-mpeg2-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6 --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-plugins
echo Generating config for GP2X complete. Check for errors.