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

Collapse All | Expand All

(-)/usr/portage/media-libs/mesa/mesa-17.3.0_rc4.ebuild.old (-2 / +5 lines)
Lines 40-47 Link Here
40
40
41
IUSE="${IUSE_VIDEO_CARDS}
41
IUSE="${IUSE_VIDEO_CARDS}
42
	bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 unwind
42
	bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 unwind
43
	+llvm +nptl opencl osmesa pax_kernel openmax pic selinux vaapi valgrind
43
	+llvm +nptl opencl opencl-icd osmesa pax_kernel openmax pic selinux vaapi
44
	vdpau vulkan wayland xvmc xa"
44
	valgrind vdpau vulkan wayland xvmc xa"
45
45
46
REQUIRED_USE="
46
REQUIRED_USE="
47
	d3d9?   ( dri3 gallium )
47
	d3d9?   ( dri3 gallium )
Lines 50-55 Link Here
50
	openmax? ( gallium )
50
	openmax? ( gallium )
51
	gles1?  ( egl )
51
	gles1?  ( egl )
52
	gles2?  ( egl )
52
	gles2?  ( egl )
53
	opencl-icd ( opencl )
53
	vaapi? ( gallium )
54
	vaapi? ( gallium )
54
	vdpau? ( gallium )
55
	vdpau? ( gallium )
55
	vulkan? ( || ( video_cards_i965 video_cards_radeonsi )
56
	vulkan? ( || ( video_cards_i965 video_cards_radeonsi )
Lines 110-115 Link Here
110
				app-eselect/eselect-opencl
111
				app-eselect/eselect-opencl
111
				dev-libs/libclc
112
				dev-libs/libclc
112
				virtual/libelf:0=[${MULTILIB_USEDEP}]
113
				virtual/libelf:0=[${MULTILIB_USEDEP}]
114
				opencl-icd? ( dev-libs/ocl-icd )
113
			)
115
			)
114
	openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] )
116
	openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] )
115
	vaapi? (
117
	vaapi? (
Lines 352-357 Link Here
352
		if use opencl; then
354
		if use opencl; then
353
			myconf+="
355
			myconf+="
354
				$(use_enable opencl)
356
				$(use_enable opencl)
357
				$(use_enable opencl-icd)
355
				--with-clang-libdir="${EPREFIX}/usr/lib"
358
				--with-clang-libdir="${EPREFIX}/usr/lib"
356
				"
359
				"
357
		fi
360
		fi

Return to bug 546320