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/imbuf/SConscript')
-rw-r--r--source/blender/imbuf/SConscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/imbuf/SConscript b/source/blender/imbuf/SConscript
index 0d9b9fbe81b..7d3503dfe2d 100644
--- a/source/blender/imbuf/SConscript
+++ b/source/blender/imbuf/SConscript
@@ -13,6 +13,10 @@ incs += ' ' + env['BF_ZLIB_INC']
defs = []
+if env['WITH_BF_VERSE']:
+ defs.append('WITH_VERSE')
+ incs += ' ' + env['BF_VERSE_INCLUDE']
+
if env['WITH_BF_OPENEXR'] == 1:
defs.append('WITH_OPENEXR')