# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. EXPORTS += [ 'gfxVR.h', ] LOCAL_INCLUDES += [ '/gfx/thebes', ] UNIFIED_SOURCES += [ 'gfxVR.cpp', 'gfxVRCardboard.cpp', 'gfxVROculus.cpp', ] SOURCES += [ 'gfxVROculus050.cpp', ] # For building with the real SDK instead of our local hack #SOURCES += [ # 'OVR_CAPI_Util.cpp', # 'OVR_CAPIShim.c', # 'OVR_StereoProjection.cpp', #] # #CXXFLAGS += ["-Ic:/proj/ovr/OculusSDK-0.6.0-beta/LibOVR/Include"] #CFLAGS += ["-Ic:/proj/ovr/OculusSDK-0.6.0-beta/LibOVR/Include"] CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS'] CXXFLAGS += CONFIG['TK_CFLAGS'] CFLAGS += CONFIG['MOZ_CAIRO_CFLAGS'] CFLAGS += CONFIG['TK_CFLAGS'] include('/ipc/chromium/chromium-config.mozbuild') FINAL_LIBRARY = 'xul' if CONFIG['GNU_CXX']: CXXFLAGS += ['-Wshadow']