From: Eric Engestrom
Date: Tue, 29 May 2018 14:41:30 +0000 (+0100)
Subject: docs: add note about moving to libwayland-egl in 18.2.0
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=735b104707382b6f14f5d49b456c80f5852240af;p=mesa.git
docs: add note about moving to libwayland-egl in 18.2.0
Cc: Emil Velikov
Cc: Daniel Stone
Cc: Andres Gomez
Cc: Dylan Baker
Reviewed-by: Matt Turner
Signed-off-by: Eric Engestrom
---
diff --git a/docs/relnotes/18.2.0.html b/docs/relnotes/18.2.0.html
index a3f44a29dc8..0db37b620d3 100644
--- a/docs/relnotes/18.2.0.html
+++ b/docs/relnotes/18.2.0.html
@@ -30,6 +30,13 @@ Some drivers don't support all the features required in OpenGL 4.5. OpenGL
Compatibility contexts may report a lower version depending on each driver.
+
+libwayland-egl is now distributed by libwayland (since 1.15,
+see announcement),
+and has been removed from Mesa in this release. Make sure you're using
+an up-to-date version of libwayland to keep the functionality.
+
+
SHA256 checksums
@@ -57,6 +64,7 @@ Note: some of the new features are only available with certain drivers.
- Removed GL_EXT_polygon_offset applications should use glPolygonOffset instead.
+- Removed libwayland-egl, now part of Wayland