From fbc58d21ffe7e869b6d6387c72c02fdba32431d8 Mon Sep 17 00:00:00 2001 From: Klaus Reimer Date: Mon, 11 Apr 2011 00:20:26 +0200 Subject: WEBOS: Disable opengl support; move --sysroot to LDFLAGS where it belongs --- configure | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3