From 181ea053f47420089b8aada5a2fdbc7b5e292bc8 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Sun, 8 May 2011 22:40:19 +0100 Subject: 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. --- backends/platform/gph/build/gp2x-config.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'backends/platform') 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. -- cgit v1.2.3