aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-03-14 14:18:49 +0100
committerSven Gothel <[email protected]>2023-03-14 14:18:49 +0100
commit4b63ffc8c475604d9ea1cc588ee33dfe7980ba86 (patch)
treea9ad3db7232b6f58b56b474647b43094faf89f69 /make/build.xml
parent6faab9ada2a7e2b99bb20ce828915a07fdcbea27 (diff)
build: Disable oculusvr by default, allow manual enable via property 'oculusvr.enabled'
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 44ede60b9..d9b2dab63 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -88,7 +88,7 @@
<ant antfile="${graphui.build.xml}" dir="${graphui.make}" target="all" inheritRefs="true" inheritAll="true"/>
</target>
- <target name="build.oculusvr" depends="init" if="oculusvr.sdk.available">
+ <target name="build.oculusvr" depends="init" if="setup.do_oculusvr">
<ant antfile="${oculusvr.build.xml}" dir="${oculusvr.make}" target="all" inheritRefs="true" inheritAll="true"/>
</target>