[Bf-blender-cvs] [f91850d] master: Disable IME for headless builds

Campbell Barton noreply at git.blender.org
Fri Mar 20 17:02:48 CET 2015


Commit: f91850d564576189882e872e26f8da48cfbd8829
Author: Campbell Barton
Date:   Sat Mar 21 03:02:09 2015 +1100
Branches: master
https://developer.blender.org/rBf91850d564576189882e872e26f8da48cfbd8829

Disable IME for headless builds

===================================================================

M	CMakeLists.txt

===================================================================

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2e8552f..21efa66 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -674,6 +674,7 @@ if(WITH_GHOST_SDL OR WITH_HEADLESS)
 	set(WITH_X11_XINPUT    OFF)
 	set(WITH_X11_XF86VMODE OFF)
 	set(WITH_GHOST_XDND    OFF)
+	set(WITH_INPUT_IME     OFF)
 endif()
 
 if(WITH_CPU_SSE)




More information about the Bf-blender-cvs mailing list