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>2011-03-25 07:56:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-03-25 07:56:48 +0300
commit5f8fa29755a062a3dff4a574c904f5e24cc48cca (patch)
tree29b17db0080d68f9ea3d320e97ada1f7cdfc4910 /intern/ghost/CMakeLists.txt
parent2c04bab116c5e5e0d93e78a7c196a59c6c3a2944 (diff)
add cmake option to build without xinput (tablet support)
Diffstat (limited to 'intern/ghost/CMakeLists.txt')
-rw-r--r--intern/ghost/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index 33185a63d5b..d629b44a106 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -118,6 +118,11 @@ if(APPLE)
endif()
elseif(UNIX)
+
+ if(WITH_X11_XINPUT)
+ add_definitions(-DWITH_X11_XINPUT)
+ endif()
+
list(APPEND INC ${X11_X11_INCLUDE_PATH})
list(APPEND SRC