From 6ae15ca5ab8287dc3670d9826a0eda4f5be23c36 Mon Sep 17 00:00:00 2001
From: Jakob Bornecrantz <jakob@collabora.com>
Date: Fri, 21 Aug 2020 12:17:52 +0100
Subject: [PATCH] build: Enable cylinder layer in CMake build

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 86dd0b938..827b4bb93 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -97,7 +97,7 @@ cmake_dependent_option(XRT_INSTALL_SYSTEMD_UNIT_FILES "Install user unit files f
 cmake_dependent_option(XRT_INSTALL_ABSOLUTE_SYSTEMD_UNIT_FILES "Use an absolute path to monado-system in installed user unit files for systemd socket activation" ON "XRT_INSTALL_SYSTEMD_UNIT_FILES" OFF)
 set(XRT_FEATURE_OPENXR_LAYER_DEPTH OFF)
 set(XRT_FEATURE_OPENXR_LAYER_CUBE OFF)
-set(XRT_FEATURE_OPENXR_LAYER_CYLINDER OFF)
+set(XRT_FEATURE_OPENXR_LAYER_CYLINDER ON)
 set(XRT_FEATURE_OPENXR_LAYER_EQUIRECT OFF)
 
 # Most users won't touch these.
-- 
GitLab