Disabling 0.5 Oculus plugin (Mac / Linux) for now

This commit is contained in:
Brad Davis 2015-12-03 23:29:56 -08:00
parent c4514743d1
commit 90ef7c6bf7
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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()