Two fixes for optional ndof & fix bplayer for that...

Seriuosly, guys... Please always check that kind of changes with and without affected option, and in full build case.
This commit is contained in:
Bastien Montagne
2016-08-18 15:13:58 +02:00
parent 7b78532950
commit b4d36c77da
2 changed files with 5 additions and 1 deletions

View File

@@ -70,4 +70,8 @@ if(WITH_FREESTYLE)
add_definitions(-DWITH_FREESTYLE)
endif()
if(WITH_INPUT_NDOF)
add_definitions(-DWITH_INPUT_NDOF)
endif()
blender_add_lib_nolist(blenkernel_blc "${SRC}" "${INC}" "${INC_SYS}")