Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 557138
Collapse All | Expand All

(-)a/x11-drivers/nvidia-drivers/nvidia-drivers-355.06.ebuild (-1 / +4 lines)
Lines 34-40 REQUIRED_USE=" Link Here
34
"
34
"
35
35
36
COMMON="
36
COMMON="
37
	app-eselect/eselect-opencl
37
	>=app-eselect/eselect-opencl-1.1.0-r2
38
	kernel_linux? ( >=sys-libs/glibc-2.6.1 )
38
	kernel_linux? ( >=sys-libs/glibc-2.6.1 )
39
	X? (
39
	X? (
40
		>=app-eselect/eselect-opengl-1.0.9
40
		>=app-eselect/eselect-opengl-1.0.9
Lines 288-293 src_install() { Link Here
288
	if use kernel_linux; then
288
	if use kernel_linux; then
289
		insinto /etc/OpenCL/vendors
289
		insinto /etc/OpenCL/vendors
290
		doins ${NV_OBJ}/nvidia.icd
290
		doins ${NV_OBJ}/nvidia.icd
291
292
		# OpenCL 1.2 headers for eselect-opencl
293
		dosym ../../../global/include/CL-1.2 /usr/$(get_libdir)/OpenCL/vendors/nvidia/include/CL
291
	fi
294
	fi
292
295
293
	# Documentation
296
	# Documentation

Return to bug 557138