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

(-)a/mesa-18.2.0_rc4.ebuild (-3 / +5 lines)
Lines 281-288 pkg_pretend() { Link Here
281
281
282
	if use xa; then
282
	if use xa; then
283
		if ! use video_cards_freedreno &&
283
		if ! use video_cards_freedreno &&
284
		   ! use video_cards_nouveau; then
284
		   ! use video_cards_nouveau &&
285
			ewarn "Ignoring USE=xa         since VIDEO_CARDS does not contain freedreno or nouveau"
285
		   ! use video_cards_vmware; then
286
			ewarn "Ignoring USE=xa         since VIDEO_CARDS does not contain freedreno, nouveau, or vmware"
286
		fi
287
		fi
287
	fi
288
	fi
288
289
Lines 387-393 multilib_src_configure() { Link Here
387
		fi
388
		fi
388
389
389
		if use video_cards_freedreno ||
390
		if use video_cards_freedreno ||
390
		   use video_cards_nouveau; then
391
		   use video_cards_nouveau ||
392
		   use video_cards_vmware; then
391
			emesonargs+=($(meson_use xa gallium-xa))
393
			emesonargs+=($(meson_use xa gallium-xa))
392
		else
394
		else
393
			emesonargs+=(-Dgallium-xa=false)
395
			emesonargs+=(-Dgallium-xa=false)

Return to bug 664524