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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +5 lines)
Line  Link Here
0
-- darktable-0.9.3/data/kernels/CMakeLists.txt.orig
0
++ darktable-0.9.3/data/kernels/CMakeLists.txt
Lines 3-7 Link Here
3
#
3
#
4
# install opencl kernel source files
4
# install opencl kernel source files
5
#
5
#
6
FILE(GLOB DT_OPENCL_KERNELS "*.cl" "programs.conf")
6
if(USE_OPENCL)
7
install(FILES ${DT_OPENCL_KERNELS} DESTINATION ${SHARE_INSTALL}/kernels)
7
	FILE(GLOB DT_OPENCL_KERNELS "*.cl" "programs.conf")
8
	install(FILES ${DT_OPENCL_KERNELS} DESTINATION ${SHARE_INSTALL}/kernels)
9
endif(USE_OPENCL)

Return to bug 408323