use the format attribute in more places, disable X11 options when building with GHOST_SDL

This commit is contained in:
Campbell Barton
2012-09-16 10:39:19 +00:00
parent b3d2ea28ce
commit e84b300d9e
7 changed files with 38 additions and 12 deletions

View File

@@ -378,6 +378,8 @@ endif()
if(WITH_GHOST_SDL OR WITH_HEADLESS)
set(WITH_GHOST_XDND OFF)
set(WITH_X11_XF86VMODE OFF)
set(WITH_X11_XINPUT OFF)
endif()
if(MINGW)