diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-11-26 16:41:20 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-11-26 16:41:20 +0100 |
commit | 7504ca8ab4b0a145488f03c51a0f78ffd5682174 (patch) | |
tree | 29f30a39758d9a5dbb31dfd006f4d837b2f18e34 /gfx/moz.build | |
parent | 083c6b7b99107f5f107b3c86487d13d04184afac (diff) | |
download | uxp-7504ca8ab4b0a145488f03c51a0f78ffd5682174.tar.gz |
Remove VR hardware support.
This resolves #881
Diffstat (limited to 'gfx/moz.build')
-rw-r--r-- | gfx/moz.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gfx/moz.build b/gfx/moz.build index 2509198912..428285a0a3 100644 --- a/gfx/moz.build +++ b/gfx/moz.build @@ -20,7 +20,6 @@ DIRS += [ 'ots/src', 'thebes', 'ipc', - 'vr', 'config', ] |