aboutsummaryrefslogtreecommitdiff
path: root/graphics/waylandpp
Commit message (Collapse)AuthorAgeFilesLines
* graphics/wayland: update to 1.16.0Jan Beich2018-10-151-8/+3
| | | | | | | | | | | | | - 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
* graphics/waylandpp: Update to 0.2.3Tobias Kortkamp2018-07-192-4/+4
| | | | | | | Changes: https://github.com/NilsBrause/waylandpp/releases/tag/0.2.3 Notes: svn path=/head/; revision=474980
* New port: graphics/waylandppTobias Kortkamp2018-03-254-0/+66
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