diff options
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 |
commit | c2d71ac27ca498c27f8024ebeb56fe82a554e10e (patch) | |
tree | 03a2540d356c838c9835dd78ed7d4bce6192ed55 /graphics/wayland-egl/slack-desc | |
parent | 853ed309029dd2b068a931dd806226a5b1a32966 (diff) |
graphics/wayland-egl: Added (mesa EGL component).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 0000000000000..90e73f0ec19d2 --- /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. |