aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-08-11 17:46:38 +0200
committerSven Gothel <[email protected]>2011-08-11 17:46:38 +0200
commitb893ada668591187ac6866296439811036db2d95 (patch)
tree5350a6e3d6b1b48331f11a6f0cc5527712515f21
parentd870cb763cc0c6c995037b7db2285e1d365f09a7 (diff)
Android Cleanup: Remove EGL header & library (compile time)
-rw-r--r--make/build-jogl.xml1
-rw-r--r--make/build-newt.xml1
-rw-r--r--src/newt/native/AndroidWindow.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml
index 765c76809..fcc8ee2d7 100644
--- a/make/build-jogl.xml
+++ b/make/build-jogl.xml
@@ -1096,7 +1096,6 @@
</linker>
<linker id="linker.cfg.android.jogl" extends="linker.cfg.android">
- <syslibset dir="${env.TARGET_PLATFORM_LIBS}" libs="EGL" />
</linker>
<linker id="linker.cfg.solaris.jogl.x11" extends="linker.cfg.solaris">
diff --git a/make/build-newt.xml b/make/build-newt.xml
index 3be6115a6..74263e456 100644
--- a/make/build-newt.xml
+++ b/make/build-newt.xml
@@ -279,7 +279,6 @@
<linker id="linker.cfg.android.newt" extends="linker.cfg.android">
<syslibset dir="${env.TARGET_PLATFORM_LIBS}" libs="android" />
- <syslibset dir="${env.TARGET_PLATFORM_LIBS}" libs="EGL" />
</linker>
<linker id="linker.cfg.solaris.newt.x11" extends="linker.cfg.solaris">
diff --git a/src/newt/native/AndroidWindow.c b/src/newt/native/AndroidWindow.c
index 4359c22bb..5eca96fc2 100644
--- a/src/newt/native/AndroidWindow.c
+++ b/src/newt/native/AndroidWindow.c
@@ -8,7 +8,6 @@
#include <unistd.h>
#include <errno.h>
-#include <EGL/egl.h>
#include "jogamp_newt_driver_android_AndroidWindow.h"