Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 544900 Details for
Bug 664524
media-libs/mesa-18.2.0_rc{3,4} package erroneously ignores xa use flag when VIDEO_CARDS contains vmware
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for ebuild
fix.diff (text/plain), 854 bytes, created by
Kyle Johnson
on 2018-08-25 00:07:00 UTC
(
hide
)
Description:
Fix for ebuild
Filename:
MIME Type:
Creator:
Kyle Johnson
Created:
2018-08-25 00:07:00 UTC
Size:
854 bytes
patch
obsolete
>diff --git a/mesa-18.2.0_rc4.ebuild b/mesa-18.2.0_rc4-fixed.ebuild >index 76e780a..914e8fd 100644 >--- a/mesa-18.2.0_rc4.ebuild >+++ b/mesa-18.2.0_rc4-fixed.ebuild >@@ -281,8 +281,9 @@ pkg_pretend() { > > if use xa; then > if ! use video_cards_freedreno && >- ! use video_cards_nouveau; then >- ewarn "Ignoring USE=xa since VIDEO_CARDS does not contain freedreno or nouveau" >+ ! use video_cards_nouveau && >+ ! use video_cards_vmware; then >+ ewarn "Ignoring USE=xa since VIDEO_CARDS does not contain freedreno, nouveau, or vmware" > fi > fi > >@@ -387,7 +388,8 @@ multilib_src_configure() { > fi > > if use video_cards_freedreno || >- use video_cards_nouveau; then >+ use video_cards_nouveau || >+ use video_cards_vmware; then > emesonargs+=($(meson_use xa gallium-xa)) > else > emesonargs+=(-Dgallium-xa=false)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 664524
: 544900