aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Reimer2011-04-11 00:20:26 +0200
committerMax Horn2011-04-12 11:11:20 +0200
commitfbc58d21ffe7e869b6d6387c72c02fdba32431d8 (patch)
tree3c06a26c9834e07f5b02c0cf8ac17e96fe0b4d9a
parentc9da4a278547e9651f55dc71c72b09d605846fba (diff)
downloadscummvm-rg350-fbc58d21ffe7e869b6d6387c72c02fdba32431d8.tar.gz
scummvm-rg350-fbc58d21ffe7e869b6d6387c72c02fdba32431d8.tar.bz2
scummvm-rg350-fbc58d21ffe7e869b6d6387c72c02fdba32431d8.zip
WEBOS: Disable opengl support; move --sysroot to LDFLAGS where it belongs
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 5bb564fe7f..a8810ca344 100755
--- a/configure
+++ b/configure
@@ -1668,9 +1668,9 @@ case $_host_os in
_unix=yes
;;
webos)
- CXXFLAGS="$CXXFLAGS --sysroot=$WEBOS_PDK/arm-gcc/sysroot"
LDFLAGS="$LDFLAGS -L$WEBOS_PDK/device/lib -L$WEBOS_PDK/device/usr/lib"
LDFLAGS="$LDFLAGS -Wl,--allow-shlib-undefined"
+ LDFLAGS="$LDFLAGS --sysroot=$WEBOS_PDK/arm-gcc/sysroot"
add_line_to_config_mk "WEBOS_SDK = $WEBOS_SDK"
_unix=yes
_seq_midi=no
@@ -2069,7 +2069,6 @@ if test -n "$_host"; then
_seq_midi=no
_vkeybd=no
_keymapper=yes
- _opengles=yes
;;
wii)
_endian=big