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

(-)a/x11-drivers/nvidia-drivers/nvidia-drivers-378.09.ebuild (-2 / +3 lines)
Lines 312-318 src_install() { Link Here
312
	fi
312
	fi
313
313
314
	if use wayland; then
314
	if use wayland; then
315
		insinto /usr/share/glvnd/egl_vendor.d
315
		insinto /usr/share/egl/egl_external_platform.d/
316
		doins ${NV_X11}/10_nvidia_wayland.json
316
		doins ${NV_X11}/10_nvidia_wayland.json
317
	fi
317
	fi
318
318
Lines 465-472 src_install-libs() { Link Here
465
465
466
		if use wayland && has_multilib_profile && [[ ${ABI} == "amd64" ]];
466
		if use wayland && has_multilib_profile && [[ ${ABI} == "amd64" ]];
467
		then
467
		then
468
		    mv ${NV_OBJ}/libnvidia-egl-wayland.so.1.0.0 ${NV_OBJ}/libnvidia-egl-wayland.so.1
468
			NV_GLX_LIBRARIES+=(
469
			NV_GLX_LIBRARIES+=(
469
				"libnvidia-egl-wayland.so.1.0.0"
470
				"libnvidia-egl-wayland.so.1"
470
			)
471
			)
471
		fi
472
		fi
472
473

Return to bug 606610