diff options
author | Barcsik Attila <[email protected]> | 2011-01-06 18:20:31 +0800 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-05 14:41:59 +0800 |
commit | 0e8339fce21c7b5dc6bd9cbc8d09e308d6b3b3c7 (patch) | |
tree | ab46276dc07f213d37e99f737d4ba37d0dff6da7 /make | |
parent | e2040ada5a94b466ba95e84a497290c069d377bb (diff) |
Fixing build scripts for Solaris systems.
Diffstat (limited to 'make')
-rw-r--r-- | make/build-newt.xml | 2 |
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"/> |