Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 419664 Details for
Bug 568712
media-libs/mesa - wrong destination path for vaapi "/usr/lib32/va/drivers--disable-glx-read-only-test"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for mesa-11.1.0 ebuild
mesa-11.1.0.ebuild.patch (text/plain), 1.14 KB, created by
Oldrich Jedlicka
on 2015-12-19 09:09:06 UTC
(
hide
)
Description:
Patch for mesa-11.1.0 ebuild
Filename:
MIME Type:
Creator:
Oldrich Jedlicka
Created:
2015-12-19 09:09:06 UTC
Size:
1.14 KB
patch
obsolete
>--- mesa-11.1.0.ebuild.orig 2015-12-15 21:31:02.000000000 +0100 >+++ mesa-11.1.0.ebuild 2015-12-19 10:07:17.818680658 +0100 >@@ -222,7 +222,9 @@ > fi > > if use egl; then >- myconf+="--with-egl-platforms=x11$(use wayland && echo ",wayland")$(use gbm && echo ",drm") " >+ myconf+=" >+ --with-egl-platforms=x11$(use wayland && echo ",wayland")$(use gbm && echo ",drm") >+ " > fi > > if use gallium; then >@@ -235,7 +237,9 @@ > $(use_enable xa) > $(use_enable xvmc) > " >- use vaapi && myconf+="--with-va-libdir=/usr/$(get_libdir)/va/drivers" >+ use vaapi && myconf+=" >+ --with-va-libdir=/usr/$(get_libdir)/va/drivers >+ " > > gallium_enable swrast > gallium_enable video_cards_vmware svga >@@ -267,12 +271,16 @@ > > # x86 hardened pax_kernel needs glx-read-only-text, bug 240956 > if [[ ${ABI} == x86 ]]; then >- myconf+="$(use_enable pax_kernel glx-read-only-text)" >+ myconf+=" >+ $(use_enable pax_kernel glx-read-only-text) >+ " > fi > > # on abi_x86_32 hardened we need to have asm disable > if [[ ${ABI} == x86* ]] && use pic; then >- myconf+=" --disable-asm" >+ myconf+=" >+ --disable-asm >+ " > fi > > # build fails with BSD indent, bug #428112
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 568712
: 419664