Skip to content

Commit da8f218

Browse files
committed
build(meshoptimizer) check demo dependencies
1 parent 3455cb9 commit da8f218

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

build.xml

+7-3
Original file line numberDiff line numberDiff line change
@@ -770,12 +770,15 @@
770770
</and>
771771
</condition>
772772

773-
<local name="test.tootle"/>
774-
<condition property="test.tootle">
773+
<local name="test.meshoptimizer"/>
774+
<condition property="test.meshoptimizer">
775775
<and>
776776
<istrue value="${binding.assimp}"/>
777+
<istrue value="${binding.meshoptimizer}"/>
778+
<istrue value="${binding.nfd}"/>
779+
<istrue value="${binding.opengl}"/>
777780
<istrue value="${binding.par}"/>
778-
<istrue value="${binding.tootle}"/>
781+
<istrue value="${binding.stb}"/>
779782
</and>
780783
</condition>
781784

@@ -842,6 +845,7 @@
842845
<include name="org/lwjgl/demo/util/lmdb/**" if:true="${binding.lmdb}"/>
843846
<include name="org/lwjgl/demo/util/lz4/**" if:true="${binding.lz4}"/>
844847
<include name="org/lwjgl/demo/util/meshoptimizer/**" if:true="${binding.meshoptimizer}"/>
848+
<exclude name="org/lwjgl/demo/util/meshoptimizer/MeshOptimizerDemo.java" unless:set="test.meshoptimizer"/>
845849
<include name="org/lwjgl/demo/util/msdfgen/**" if:set="test.msdfgen"/>
846850
<include name="org/lwjgl/demo/util/nfd/**" if:set="test.nfd"/>
847851
<include name="org/lwjgl/demo/util/par/**" if:set="test.par"/>

0 commit comments

Comments
 (0)