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/SConscript
parent2c04bab116c5e5e0d93e78a7c196a59c6c3a2944 (diff)
add cmake option to build without xinput (tablet support)
Diffstat (limited to 'intern/ghost/SConscript')
-rw-r--r--intern/ghost/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern/ghost/SConscript b/intern/ghost/SConscript
index 7aedc08ce96..b67545f216a 100644
--- a/intern/ghost/SConscript
+++ b/intern/ghost/SConscript
@@ -21,7 +21,8 @@ if window_system in ('linux2', 'openbsd3', 'sunos5', 'freebsd7', 'freebsd8', 'fr
sources.remove('intern' + os.sep + f + 'Carbon.cpp')
except ValueError:
pass
- defs += ['PREFIX=\\"/usr/local/\\"']
+ defs += ['PREFIX=\\"/usr/local/\\"'] # XXX, make an option
+ defs += ['WITH_X11_XINPUT'] # XXX, make an option
elif window_system in ('win32-vc', 'win32-mingw', 'cygwin', 'linuxcross', 'win64-vc'):
for f in pf: