diff options
author | Angus Lees | 2010-07-05 13:06:58 +0000 |
---|---|---|
committer | Angus Lees | 2010-07-05 13:06:58 +0000 |
commit | 330e94feeda00ed0d55aaa899349efa26683257c (patch) | |
tree | fba687b6f6c5c4e9da60b360b579bec71c34a641 /configure | |
parent | d4ad7b8a6d159e367bfb5f9e8de92140f3f41e06 (diff) | |
download | scummvm-rg350-330e94feeda00ed0d55aaa899349efa26683257c.tar.gz scummvm-rg350-330e94feeda00ed0d55aaa899349efa26683257c.tar.bz2 scummvm-rg350-330e94feeda00ed0d55aaa899349efa26683257c.zip |
Drop direct use of (private) libEGL.so and call EGL functions via Java.
This removes the final private library - we should be completely above
board now.
svn-id: r50677
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2515,7 +2515,7 @@ case $_backend in # -lgcc is carefully placed here - we want to catch # all toolchain symbols in *our* libraries rather # than pick up anything unhygenic from the Android libs. - LIBS="-Wl,-Bstatic $static_libs -Wl,-Bdynamic -lgcc $system_libs -lstdc++ -llog -lGLESv1_CM -lEGL" + LIBS="-Wl,-Bstatic $static_libs -Wl,-Bdynamic -lgcc $system_libs -lstdc++ -llog -lGLESv1_CM" DEFINES="$DEFINES -D__ANDROID__ -DANDROID_BACKEND -DREDUCE_MEMORY_USAGE" add_line_to_config_mk 'PLUGIN_LDFLAGS += $(LDFLAGS) -Wl,-shared,-Bsymbolic' |