aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-nativewindow.xml
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2009-04-30 22:20:49 +0000
committerKenneth Russel <[email protected]>2009-04-30 22:20:49 +0000
commit7312cba527e26d7d263bdef7bd51bc58c1262e19 (patch)
tree494613439479607441d0fe2fcd0178f10a6f410a /make/build-nativewindow.xml
parentaa2a602848a073492cc5d11f40f31ef0edff855e (diff)
Fixed Solaris build
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1906 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/build-nativewindow.xml')
-rw-r--r--make/build-nativewindow.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/make/build-nativewindow.xml b/make/build-nativewindow.xml
index ed708c0d0..076d3d2fd 100644
--- a/make/build-nativewindow.xml
+++ b/make/build-nativewindow.xml
@@ -677,8 +677,11 @@
</patternset>
<patternset id="c.src.files.x11">
- <include name="${rootrel.src.c}/x11/*.c" if="isX11"/>
<include name="${rootrel.generated.c}/X11/X11*.c" if="isX11"/>
+ <include name="${rootrel.src.c}/x11/XineramaHelper.c" if="isX11"/>
+ <!-- Xinerama supporting functions for Linux only (for now) -->
+ <!-- Also supported on Solaris, but works differently -->
+ <include name="${rootrel.src.c}/x11/Xinerama.c" if="isLinux"/>
</patternset>
<echo message="Compiling @{output.lib.name}" />