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>2013-02-07 18:10:01 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-02-07 18:10:01 +0400
commit76b7afd909fc0b01214c37f4b3407309f60ccfba (patch)
tree2024efa72e29a5c15c6713d4fdacb4f46235b7a2 /intern/ghost/SConscript
parent67da51fe768d3a336fe3ac90b813f548f566f390 (diff)
removing xinerama on X11 dependency, this wasn't working very usefully.
Diffstat (limited to 'intern/ghost/SConscript')
-rw-r--r--intern/ghost/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/ghost/SConscript b/intern/ghost/SConscript
index 8b5b1a82cff..7e142c4aeab 100644
--- a/intern/ghost/SConscript
+++ b/intern/ghost/SConscript
@@ -67,7 +67,6 @@ 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'):