diff options
Diffstat (limited to 'graphics/wayland-egl/slack-desc')
-rw-r--r-- | graphics/wayland-egl/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/wayland-egl/slack-desc b/graphics/wayland-egl/slack-desc new file mode 100644 index 0000000000..90e73f0ec1 --- /dev/null +++ b/graphics/wayland-egl/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +wayland-egl: wayland-egl (mesa EGL component) +wayland-egl: +wayland-egl: EGL is an interface between Khronos rendering APIs (such as OpenGL, +wayland-egl: OpenGL ES or OpenVG) and the underlying native platform windowing +wayland-egl: system. EGL handles graphics context management, surface/buffer +wayland-egl: binding, rendering synchronization, and enables "high-performance, +wayland-egl: accelerated, mixed-mode 2D APIs". EGL is managed by the non-profit +wayland-egl: technology consortium Khronos Group. +wayland-egl: The Wayland display server protocol uses EGL. If you build qt5 with +wayland-egl: its optional dependency wayland and then build vlc then vlc will +wayland-egl: require wayland-egl. |