aboutsummaryrefslogtreecommitdiff
path: root/graphics/waylandpp
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-10-15 23:59:23 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-10-15 23:59:23 +0000
commit39240339a7fbeec065246b5f2779ab4f42b18000 (patch)
treefe42ac37ab8107c91f2ebc6320ce2573211a13dc /graphics/waylandpp
parent16dd061a85f680efc9eadcc9019e151feffa7f94 (diff)
downloadports-39240339a7fbeec065246b5f2779ab4f42b18000.tar.gz
ports-39240339a7fbeec065246b5f2779ab4f42b18000.zip
graphics/wayland: update to 1.16.0
- 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
Notes: svn path=/head/; revision=482189
Diffstat (limited to 'graphics/waylandpp')
-rw-r--r--graphics/waylandpp/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/graphics/waylandpp/Makefile b/graphics/waylandpp/Makefile
index fcd5bc705246..671e5048bd10 100644
--- a/graphics/waylandpp/Makefile
+++ b/graphics/waylandpp/Makefile
@@ -2,6 +2,7 @@
PORTNAME= waylandpp
DISTVERSION= 0.2.3
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= tobik@FreeBSD.org
@@ -10,6 +11,8 @@ COMMENT= Wayland C++ bindings
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+LIB_DEPENDS= libwayland-egl.so:graphics/wayland
+
USES= cmake:outsource localbase pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= NilsBrause
@@ -17,12 +20,4 @@ USE_GL= egl
CMAKE_OFF= BUILD_DOCUMENTATION BUILD_EXAMPLES
-OPTIONS_DEFINE= WAYLAND
-
-WAYLAND_DESC= Requires graphics/mesa-libs with WAYLAND on
-
-WAYLAND_IGNORE_OFF= Cannot be built without Wayland support
-WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland \
- libwayland-egl.so:graphics/mesa-libs
-
.include <bsd.port.mk>