aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNitrus2018-11-20 18:54:37 +0100
committerDavid Turner2018-11-21 07:54:49 +0000
commit4c6e65e36ed1db974202d937145ac1d0ec083460 (patch)
tree6b500c2e31d3521c1877881d4136bdd4d3046f44
parent4f5041e870d1235366b43de746c5ab649de26b7c (diff)
downloadscummvm-rg350-4c6e65e36ed1db974202d937145ac1d0ec083460.tar.gz
scummvm-rg350-4c6e65e36ed1db974202d937145ac1d0ec083460.tar.bz2
scummvm-rg350-4c6e65e36ed1db974202d937145ac1d0ec083460.zip
3DS: Disable 'pedantic' and add bzip2 for FreeType2
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 1d050f03a6..5c13971e2d 100755
--- a/configure
+++ b/configure
@@ -2138,7 +2138,7 @@ fi
# However, some platforms use GNU extensions in system header files, so
# for these we must not use -pedantic.
case $_host_os in
-android | androidsdl | gamecube | ps2 | psp | tizen | wii | webos)
+3ds | android | androidsdl | gamecube | ps2 | psp | tizen | wii | webos)
;;
*)
# ICC does not support pedantic, while GCC and clang do.
@@ -5267,6 +5267,7 @@ fi
case $_backend in
3ds)
if test "$_freetype2" = yes -a "$_png" = yes; then
+ append_var LIBS "-lbz2"
append_var LIBS "-lpng"
fi
if test "$_tremor" = yes -o "$_flac" = yes; then