summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2016-11-14 17:22:18 -0800
committerMatt Turner <mattst88@gentoo.org>2016-11-14 17:25:09 -0800
commit9f459540cfaaf5325d0bcb9280e8dc142a2eab26 (patch)
tree31d95312bc483760c8958d8db61349ba57b4a46e /media-libs/mesa
parentmedia-libs/vulkan-loader: New package. (diff)
downloadgentoo-9f459540cfaaf5325d0bcb9280e8dc142a2eab26.tar.gz
gentoo-9f459540cfaaf5325d0bcb9280e8dc142a2eab26.tar.bz2
gentoo-9f459540cfaaf5325d0bcb9280e8dc142a2eab26.zip
media-libs/mesa: Default to dev-libs/nettle for SHA1.
Various games on Steam bundle libcrypto, leading to problems when your GL driver from Mesa also loads a newer and incompatible version. No problems have been experienced with nettle.
Diffstat (limited to 'media-libs/mesa')
-rw-r--r--media-libs/mesa/mesa-13.0.1.ebuild2
-rw-r--r--media-libs/mesa/mesa-9999.ebuild2
-rw-r--r--media-libs/mesa/metadata.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/mesa/mesa-13.0.1.ebuild b/media-libs/mesa/mesa-13.0.1.ebuild
index 664a022e69ba..def17fd91501 100644
--- a/media-libs/mesa/mesa-13.0.1.ebuild
+++ b/media-libs/mesa/mesa-13.0.1.ebuild
@@ -44,7 +44,7 @@ done
IUSE="${IUSE_VIDEO_CARDS}
bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gcrypt gles1 gles2
- libressl +llvm nettle +nptl opencl osmesa pax_kernel openmax +openssl pic
+ libressl +llvm +nettle +nptl opencl osmesa pax_kernel openmax openssl pic
selinux vaapi valgrind vdpau vulkan wayland xvmc xa kernel_FreeBSD"
REQUIRED_USE="
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 664a022e69ba..def17fd91501 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -44,7 +44,7 @@ done
IUSE="${IUSE_VIDEO_CARDS}
bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gcrypt gles1 gles2
- libressl +llvm nettle +nptl opencl osmesa pax_kernel openmax +openssl pic
+ libressl +llvm +nettle +nptl opencl osmesa pax_kernel openmax openssl pic
selinux vaapi valgrind vdpau vulkan wayland xvmc xa kernel_FreeBSD"
REQUIRED_USE="
diff --git a/media-libs/mesa/metadata.xml b/media-libs/mesa/metadata.xml
index 043aec22078c..f8485a8e5bd2 100644
--- a/media-libs/mesa/metadata.xml
+++ b/media-libs/mesa/metadata.xml
@@ -21,7 +21,7 @@
<flag name="nettle">Use <pkg>dev-libs/nettle</pkg> for low level sha1 utility functions.</flag>
<flag name="opencl">Enable the Clover Gallium OpenCL state tracker.</flag>
<flag name="openmax">Enable OpenMAX video decode/encode acceleration for Gallium3D.</flag>
- <flag name="openssl">Use <pkg>dev-libs/openssl</pkg> for low level sha1 utility functions.</flag>
+ <flag name="openssl">Use <pkg>dev-libs/openssl</pkg> for low level sha1 utility functions. May cause issues with games from Steam.</flag>
<flag name="openvg">Enable the OpenVG 2D acceleration API for Gallium3D.</flag>
<flag name="osmesa">Build the Mesa library for off-screen rendering.</flag>
<flag name="pax_kernel">Enable if the user plans to run the package under a pax enabled hardened kernel</flag>