diff options
author | Sven Gothel <[email protected]> | 2012-02-29 12:35:53 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-02-29 12:35:53 +0100 |
commit | ea9a706de4fc549c27df401d0c86c602075a5e06 (patch) | |
tree | 26e1113a3d65f57d745598c75f4fbcdc61cb02e8 /make/build-nativewindow.xml | |
parent | c739c6e02eff2e2b5f51ea9d5a385960b3bd07ca (diff) | |
parent | fc779ca57ec338c3e4a2b8d0b3a2bac4277bc380 (diff) |
Merge remote-tracking branch 'remotes/revane/master' into pulled
Diffstat (limited to 'make/build-nativewindow.xml')
-rw-r--r-- | make/build-nativewindow.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/make/build-nativewindow.xml b/make/build-nativewindow.xml index c66a92d09..c3a916804 100644 --- a/make/build-nativewindow.xml +++ b/make/build-nativewindow.xml @@ -400,9 +400,9 @@ </linker> <linker id="linker.cfg.linux.armv7.nativewindow.x11" extends="linker.cfg.linux.armv7"> - <syslibset dir="${env.TARGET_PLATFORM_LIBS}" libs="X11" /> - <syslibset dir="${env.TARGET_PLATFORM_LIBS}" libs="Xxf86vm" /> - <syslibset dir="${env.TARGET_PLATFORM_LIBS}" libs="Xrender" /> + <syslibset dir="${env.TARGET_PLATFORM_ROOT}/usr/lib" libs="X11" /> + <syslibset dir="${env.TARGET_PLATFORM_ROOT}/usr/lib" libs="Xxf86vm" /> + <syslibset dir="${env.TARGET_PLATFORM_ROOT}/usr/lib" libs="Xrender" /> </linker> <linker id="linker.cfg.solaris.nativewindow.x11" extends="linker.cfg.solaris"> |