Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-05-01 12:28:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-01 12:28:43 +0300
commite28d2e51843ee62e44a9f16a16924715bb57ce29 (patch)
tree510de8955e85b0685275bb3dccecfd5cbfa2aa51 /intern/ghost
parent7ded7610ce53c9bc8b571332589105dfb86a89c1 (diff)
Cleanup: duplicate include, define from Wayland patch
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
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!