WEBOS: Disable opengl support; move --sysroot to LDFLAGS where it belongs
This commit is contained in:
parent
c9da4a2785
commit
fbc58d21ff
1 changed files with 1 additions and 2 deletions
3
configure
vendored
3
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue