mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Disabling 0.5 Oculus plugin (Mac / Linux) for now
This commit is contained in:
parent
c4514743d1
commit
90ef7c6bf7
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,6 @@
|
|||
#include <plugins/Plugin.h>
|
||||
#include <plugins/PluginManager.h>
|
||||
#include <display-plugins/DisplayPlugin.h>
|
||||
#include <gl/GlWindow.h>
|
||||
#include <DependencyManager.h>
|
||||
#include <FramebufferCache.h>
|
||||
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
# See the accompanying file LICENSE or http:#www.apache.org/licenses/LICENSE-2.0.html
|
||||
#
|
||||
|
||||
if (NOT WIN32)
|
||||
#if (NOT WIN32)
|
||||
if (FALSE)
|
||||
|
||||
set(TARGET_NAME oculusLegacy)
|
||||
setup_hifi_plugin()
|
||||
|
|
Loading…
Reference in a new issue