summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 40ef0c2af..501baa71c 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -318,6 +318,7 @@ foreach(arch ${archs})
enable_reporting=false
enable_resource_allowlist_generation=false
enable_screen_ai_service=false
+ enable_session_service=false
enable_swiftshader=false
enable_swiftshader_vulkan=false
angle_enable_swiftshader=false
@@ -411,7 +412,6 @@ foreach(arch ${archs})
use_glib=false
use_bluez=false
use_udev=true
- enable_session_service=false
is_cfi=false
use_ozone=true
ozone_auto_platforms=false
@@ -528,11 +528,9 @@ foreach(arch ${archs})
if(WIN32)
list(APPEND gnArgArg
- enable_session_service=false
ninja_use_custom_environment_files=false
com_init_check_hook_disabled=true
heterogeneous_executables=true
- enable_vr=false
use_static_angle=true
)
endif()