mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 16:38:27 +02: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/Plugin.h>
|
||||||
#include <plugins/PluginManager.h>
|
#include <plugins/PluginManager.h>
|
||||||
#include <display-plugins/DisplayPlugin.h>
|
#include <display-plugins/DisplayPlugin.h>
|
||||||
#include <gl/GlWindow.h>
|
|
||||||
#include <DependencyManager.h>
|
#include <DependencyManager.h>
|
||||||
#include <FramebufferCache.h>
|
#include <FramebufferCache.h>
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,8 @@
|
||||||
# See the accompanying file LICENSE or http:#www.apache.org/licenses/LICENSE-2.0.html
|
# 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)
|
set(TARGET_NAME oculusLegacy)
|
||||||
setup_hifi_plugin()
|
setup_hifi_plugin()
|
||||||
|
|
Loading…
Reference in a new issue