aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAngus Lees2010-07-05 13:06:58 +0000
committerAngus Lees2010-07-05 13:06:58 +0000
commit330e94feeda00ed0d55aaa899349efa26683257c (patch)
treefba687b6f6c5c4e9da60b360b579bec71c34a641 /configure
parentd4ad7b8a6d159e367bfb5f9e8de92140f3f41e06 (diff)
downloadscummvm-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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index aaa8e1aee4..08613d2232 100755
--- a/configure
+++ b/configure
@@ -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'