[Bf-blender-cvs] [e28d2e51843] master: Cleanup: duplicate include, define from Wayland patch

Campbell Barton noreply at git.blender.org
Fri May 1 11:28:56 CEST 2020


Commit: e28d2e51843ee62e44a9f16a16924715bb57ce29
Author: Campbell Barton
Date:   Fri May 1 19:28:43 2020 +1000
Branches: master
https://developer.blender.org/rBe28d2e51843ee62e44a9f16a16924715bb57ce29

Cleanup: duplicate include, define from Wayland patch

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

M	intern/ghost/CMakeLists.txt

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

diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index 7620bd43630..699ac4afe88 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -328,14 +328,6 @@ elseif(WITH_GHOST_X11 OR WITH_GHOST_WAYLAND)
     add_definitions(-DPREFIX="${CMAKE_INSTALL_PREFIX}")
   endif()
 
-  if(WITH_X11_XINPUT)
-    add_definitions(-DWITH_X11_XINPUT)
-    list(APPEND INC_SYS
-      ${X11_Xinput_INCLUDE_PATH}
-    )
-  endif()
-
-  add_definitions(-DWITH_GHOST_X11)
 
 elseif(WIN32)
   # # Warnings as errors, this is too strict!



More information about the Bf-blender-cvs mailing list