We need JL or the openal package won't build.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@383 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2007-12-18 21:51:47 +00:00
parent 73b8dd0d48
commit c5686ed0c4
+5
View File
@@ -21,6 +21,10 @@
classname="com.jmex.sound.openAL.SoundSystem" classpathref="classpath"/>
<echo level="info" message="Have OpenAL: ${jme-sound.present}"/>
<available property="jl.present"
classname="javazoom.jl.decoder.Decoder" classpathref="classpath"/>
<echo level="info" message="Have JL: ${jl.present}"/>
<available property="xml-writer.present"
classname="com.megginson.sax.DataWriter" classpathref="classpath"/>
<echo level="info" message="Have XML Writer: ${xml-writer.present}"/>
@@ -36,6 +40,7 @@
<and>
<isset property="lwjgl.present"/>
<isset property="jme-sound.present"/>
<isset property="jl.present"/>
</and>
</condition>