summaryrefslogtreecommitdiffstats
path: root/graphics/wayland-egl/README
diff options
context:
space:
mode:
author Duncan Roe <duncan_roe@optusnet.com.au>2017-04-29 07:25:08 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-29 07:27:59 +0700
commitc2d71ac27ca498c27f8024ebeb56fe82a554e10e (patch)
tree03a2540d356c838c9835dd78ed7d4bce6192ed55 /graphics/wayland-egl/README
parent853ed309029dd2b068a931dd806226a5b1a32966 (diff)
downloadslackbuilds-c2d71ac27ca498c27f8024ebeb56fe82a554e10e.tar.gz
slackbuilds-c2d71ac27ca498c27f8024ebeb56fe82a554e10e.tar.xz
graphics/wayland-egl: Added (mesa EGL component).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/wayland-egl/README')
-rw-r--r--graphics/wayland-egl/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/wayland-egl/README b/graphics/wayland-egl/README
new file mode 100644
index 0000000000..dbd1aeca18
--- /dev/null
+++ b/graphics/wayland-egl/README
@@ -0,0 +1,12 @@
+wayland-egl (mesa EGL component)
+
+The Wayland display server protocol uses EGL. If you build qt5 with
+its optional dependency wayland and then build vlc then vlc will
+require wayland-egl.
+
+EGL is an interface between Khronos rendering APIs (such as OpenGL,
+OpenGL ES or OpenVG) and the underlying native platform windowing
+system. EGL handles graphics context management, surface/buffer
+binding, rendering synchronization, and enables "high-performance,
+accelerated, mixed-mode 2D APIs". EGL is managed by the non-profit
+technology consortium Khronos Group.