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:
Diffstat (limited to 'source/blender/sequencer/CMakeLists.txt')
-rw-r--r--source/blender/sequencer/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/sequencer/CMakeLists.txt b/source/blender/sequencer/CMakeLists.txt
index bc3bda8d5b2..43a45fd896a 100644
--- a/source/blender/sequencer/CMakeLists.txt
+++ b/source/blender/sequencer/CMakeLists.txt
@@ -78,4 +78,4 @@ endif()
blender_add_lib(bf_sequencer "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
# Needed so we can use dna_type_offsets.h.
-add_dependencies(bf_blenkernel bf_dna)
+add_dependencies(bf_sequencer bf_dna)