diff options
Diffstat (limited to 'make/build-newt.xml')
-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"/> |