fix for linking with scons.

This commit is contained in:
Campbell Barton
2012-07-16 08:42:55 +00:00
parent 5b04685f49
commit 4cacff2342
4 changed files with 12 additions and 5 deletions

View File

@@ -909,10 +909,9 @@ endif()
)
if(WITH_COMPOSITOR)
#added for opencl compositor
list(APPEND BLENDER_SORTED_LIBS bf_compositor)
list(APPEND BLENDER_SORTED_LIBS bf_opencl)
list(APPEND BLENDER_SORTED_LIBS bf_blenkernel) # hrmf, needed for BKE_mask only
# added for opencl compositor
list_insert_before(BLENDER_SORTED_LIBS "bf_blenkernel" "bf_compositor")
list_insert_after(BLENDER_SORTED_LIBS "bf_compositor" "bf_opencl")
endif()
if(WITH_LIBMV)