aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml
index 608e02e30..c758b69c4 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -892,6 +892,8 @@
<include name="${rootrel.src.c.jogl}/Mixer.cpp" if="isWindows"/>
<!-- FIXME: the WindowsWindow should be moved to another library -->
<include name="${rootrel.src.c.jogl}/WindowsWindow.c" if="isWindows"/>
+ <!-- FIXME: the X11Window should be moved to another library -->
+ <include name="${rootrel.src.c.jogl}/X11Window.c" if="isX11"/>
<include name="${rootrel.generated.c.jogl}/*GL*.c" unless="jogl.noglnatives"/>
<include name="${rootrel.src.c.jogl}/XineramaHelper.c" if="isX11"/>
<!-- Xinerama supporting functions for Linux only (for now) -->
@@ -1013,6 +1015,9 @@
<!-- FIXME: this is temporary until we move this to another workspace -->
<javah destdir="../build/gensrc/native/jogl" classpath="${jogl.jar}" class="com.sun.javafx.newt.windows.WindowsWindow" />
+ <!-- FIXME: this is temporary until we move this to another workspace -->
+ <javah destdir="../build/gensrc/native/jogl" classpath="${jogl.jar}" class="com.sun.javafx.newt.x11.X11Window" />
+
<!-- Compile stuff -->
<antcall target="c.build" inheritRefs="true">
<param name="c.compiler.src.files" value="c.src.files.jogl"/>