| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- New libwayland-egl home for consumers as Mesa 18.2 dropped it
Changes: https://lists.freedesktop.org/archives/wayland-devel/2018-April/037767.html
Changes: https://lists.freedesktop.org/archives/wayland-devel/2018-August/039358.html
PR: 227423
Submitted by: Greg V <greg@unrelenting.technology>
Approved by: maintainer timeout (5 months)
Notes:
svn path=/head/; revision=482189
|
|
|
|
|
|
|
| |
Changes: https://github.com/NilsBrause/waylandpp/releases/tag/0.2.3
Notes:
svn path=/head/; revision=474980
|
|
Wayland is an object oriented display protocol, which features request
and events. Requests can be seen as method calls on certain objects,
whereas events can be seen as signals of an object. This makes the
Wayland protocol a perfect candidate for a C++ binding.
The goal of this library is to create such a C++ binding for Wayland
using the most modern C++ technology currently available, providing an
easy to use C++ API to Wayland.
WWW: https://github.com/NilsBrause/waylandpp
This port is ignored by default because it requires a build of
graphics/mesa-libs with WAYLAND=on which is off by default.
Notes:
svn path=/head/; revision=465523
|