aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-nativewindow.xml
diff options
context:
space:
mode:
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}" />