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
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-02-06 05:28:56 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-02-06 05:28:56 +0400
commit2c1219dc179567bb3fe6454584196fd1d8646225 (patch)
treee021450726cb0f566ff4519938a4ef0acfb5425b /intern
parentf40dc450543bd3a812332a6d45bcf0b0a63a8f62 (diff)
enable xinerama for scons.
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/ghost/SConscript b/intern/ghost/SConscript
index 7e142c4aeab..8b5b1a82cff 100644
--- a/intern/ghost/SConscript
+++ b/intern/ghost/SConscript
@@ -67,6 +67,7 @@ elif window_system in ('linux', 'openbsd3', 'sunos5', 'freebsd7', 'freebsd8', 'f
## just dont use the PREFIX.
# defs += ['PREFIX=\\"/usr/local/\\"'] # XXX, make an option
defs += ['WITH_X11_XINPUT'] # XXX, make an option
+ defs += ['WITH_X11_XINERAMA']
# freebsd doesn't seem to support XDND protocol
if env['WITH_GHOST_XDND'] and window_system not in ('freebsd7', 'freebsd8', 'freebsd9'):