Cycles: svn merge -r41467:41531 ^/trunk/blender

This commit is contained in:
Brecht Van Lommel
2011-11-04 20:21:40 +00:00
188 changed files with 1833 additions and 700 deletions

View File

@@ -158,6 +158,8 @@ endif()
if(UNIX AND NOT APPLE)
option(WITH_X11_XINPUT "Enable X11 Xinput (tablet support and unicode input)" 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)
else()
# not an option for other OS's
set(WITH_BUILTIN_GLEW ON)