Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 276338 | Differences between
and this patch

Collapse All | Expand All

(-)source/blender/imbuf/CMakeLists.txt.orig (-1 / +1 lines)
Lines 33-39 Link Here
33
	${PNG_INC}
33
	${PNG_INC}
34
	${TIFF_INC}
34
	${TIFF_INC}
35
	${ZLIB_INC}
35
	${ZLIB_INC}
36
	${OPENJPEG_INC}
37
)
36
)
38
37
39
IF(WITH_OPENEXR)
38
IF(WITH_OPENEXR)
Lines 41-46 Link Here
41
ENDIF(WITH_OPENEXR)
40
ENDIF(WITH_OPENEXR)
42
41
43
IF(WITH_OPENJPEG)
42
IF(WITH_OPENJPEG)
43
	SET(INC ${INC} ${OPENJPEG_INCLUDE_DIR})
44
	ADD_DEFINITIONS(-DWITH_OPENJPEG)
44
	ADD_DEFINITIONS(-DWITH_OPENJPEG)
45
ENDIF(WITH_OPENJPEG)
45
ENDIF(WITH_OPENJPEG)
46
46

Return to bug 276338