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:
authorAlex Fraser <alex@phatcore.com>2012-01-11 16:28:31 +0400
committerAlex Fraser <alex@phatcore.com>2012-01-11 16:28:31 +0400
commitdcef7346eb3f16c27b3f952b6452396e66f5e996 (patch)
tree2a156ab6aa64c395342c418f2254d877f59d80ee /CMakeLists.txt
parent37fc8b4dbbe2cb4b38c9c000834f0b10e1bf1ff0 (diff)
Added mode-getting functions for GHOST under X11 (GNU/Linux).
Enabled xvidmode by default in cmake. Patch approved by Campbell.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c124096c575..fa362f7440d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -156,7 +156,7 @@ endif()
if(UNIX AND NOT APPLE)
option(WITH_X11_XINPUT "Enable X11 Xinput (tablet support and unicode input)" ON)
- option(WITH_X11_XF86VMODE "Enable X11 video mode switching" OFF)
+ option(WITH_X11_XF86VMODE "Enable X11 video mode switching" ON)
option(WITH_BUILTIN_GLEW "Use GLEW OpenGL wrapper library bundled with blender" ON)
option(WITH_XDG_USER_DIRS "Build with XDG Base Directory Specification (only config and documents for now)" OFF)
mark_as_advanced(WITH_XDG_USER_DIRS)