aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorsg215889 <[email protected]>2009-07-28 21:32:28 -0700
committersg215889 <[email protected]>2009-07-28 21:32:28 -0700
commit219abab46a80b4529c09e9b1e1b77906d6a93dca (patch)
tree45dc289ec7225a858bcfc4878a092ca75f1603a7 /make
parentce34e2286a1ef4f8be874144e25c0268a1abf90f (diff)
NEWT: Remove loading of non-existing nativewindow lib; BroadcomEGL: use libEGL(EglUtil) and libGLES_CM(nexus), setSize to screen-size on creation, more debug output
Diffstat (limited to 'make')
-rw-r--r--make/build-newt.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build-newt.xml b/make/build-newt.xml
index be9547684..acf78f09a 100644
--- a/make/build-newt.xml
+++ b/make/build-newt.xml
@@ -357,8 +357,8 @@
<!-- linker configuration -->
<linker id="linker.cfg.linux.newt.broadcom_egl" extends="linker.cfg.linux">
- <syslibset dir="/nfsroot/lg/lib" libs="EglUtil"/>
- <syslibset dir="/nfsroot/lg/lib" libs="nexus"/>
+ <syslibset dir="/nfsroot/lg/lib" libs="EGL"/>
+ <syslibset dir="/nfsroot/lg/lib" libs="GLES_CM"/>
</linker>
<linker id="linker.cfg.linux.newt.x11" extends="linker.cfg.linux">