summaryrefslogtreecommitdiffstats
path: root/graphics/wayland-egl/README
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/wayland-egl/README')
-rw-r--r--graphics/wayland-egl/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/wayland-egl/README b/graphics/wayland-egl/README
deleted file mode 100644
index dbd1aeca18..0000000000
--- a/graphics/wayland-egl/README
+++ /dev/null
@@ -1,12 +0,0 @@
-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.