aboutsummaryrefslogtreecommitdiffstats
path: root/make
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 /make
parentd870cb763cc0c6c995037b7db2285e1d365f09a7 (diff)
Android Cleanup: Remove EGL header & library (compile time)
Diffstat (limited to 'make')
-rw-r--r--make/build-jogl.xml1
-rw-r--r--make/build-newt.xml1
2 files changed, 0 insertions, 2 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">