summaryrefslogtreecommitdiffstats
path: root/make/build-newt.xml
diff options
context:
space:
mode:
authorBarcsik Attila <[email protected]>2011-01-06 18:20:31 +0800
committerSven Gothel <[email protected]>2011-02-05 14:41:59 +0800
commit0e8339fce21c7b5dc6bd9cbc8d09e308d6b3b3c7 (patch)
treeab46276dc07f213d37e99f737d4ba37d0dff6da7 /make/build-newt.xml
parente2040ada5a94b466ba95e84a497290c069d377bb (diff)
Fixing build scripts for Solaris systems.
Diffstat (limited to 'make/build-newt.xml')
-rw-r--r--make/build-newt.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/build-newt.xml b/make/build-newt.xml
index 3487da217..87e1173f4 100644
--- a/make/build-newt.xml
+++ b/make/build-newt.xml
@@ -475,6 +475,8 @@
<sysincludepath path="${java.includes.dir.platform}"/>
<includepath path="stub_includes/khr"/>
<includepath path="stub_includes/egl"/>
+ <!-- This is for finding Xrandr.h on Solaris. -->
+ <includepath path="/usr/X11/include" />
<!-- This is for the generated headers for handwritten C code -->
<includepath path="${src.generated.c}" />
<includepath path="${src.generated.c}/X11" if="isX11"/>