aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-newt.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-08-02 13:31:23 +0200
committerSven Gothel <[email protected]>2011-08-02 13:31:23 +0200
commit332430bd9e2a42b81b509175b43856dc25ae255a (patch)
tree1b0b815ea84020c09e4f6544a7cf5d476c84a085 /make/build-newt.xml
parent589419b50efb63ecd8864c27eb9aeff85ad1e1c9 (diff)
Adapt latest gluegen changes for crossplatform.
Diffstat (limited to 'make/build-newt.xml')
-rw-r--r--make/build-newt.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/make/build-newt.xml b/make/build-newt.xml
index 5c12965d6..b0600db10 100644
--- a/make/build-newt.xml
+++ b/make/build-newt.xml
@@ -263,9 +263,9 @@
</linker>
<linker id="linker.cfg.linux.armv7.newt.x11" extends="linker.cfg.linux.armv7">
- <syslibset dir="${gluegen.root}/make/lib/arm-linux-gnueabi/ubuntu-11.04/lib" libs="X11"/>
- <syslibset dir="${gluegen.root}/make/lib/arm-linux-gnueabi/ubuntu-11.04/lib" libs="Xrandr"/>
- <syslibset dir="${gluegen.root}/make/lib/arm-linux-gnueabi/ubuntu-11.04/lib" libs="Xxf86vm" />
+ <syslibset dir="${env.TARGET_PLATFORM_LIBS}" libs="X11" />
+ <syslibset dir="${env.TARGET_PLATFORM_LIBS}" libs="Xrandr" />
+ <syslibset dir="${env.TARGET_PLATFORM_LIBS}" libs="Xxf86vm" />
</linker>
<linker id="linker.cfg.solaris.newt.x11" extends="linker.cfg.solaris">