Date: Wed, 21 Dec 2022 17:57:57 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8c028395c3a4 - main - benchmarks/glmark2: limit wayland category to WAYLAND option Message-ID: <202212211757.2BLHvvo2011538@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=8c028395c3a4877667faf24b0d74c2b03a7cc06d commit 8c028395c3a4877667faf24b0d74c2b03a7cc06d Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-12-21 17:45:41 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-12-21 17:57:13 +0000 benchmarks/glmark2: limit wayland category to WAYLAND option --- benchmarks/glmark2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/benchmarks/glmark2/Makefile b/benchmarks/glmark2/Makefile index fa8dce1f4fe1..e3303910cab3 100644 --- a/benchmarks/glmark2/Makefile +++ b/benchmarks/glmark2/Makefile @@ -1,6 +1,6 @@ PORTNAME= glmark2 PORTVERSION= 2021.12 -CATEGORIES= benchmarks wayland +CATEGORIES= benchmarks MAINTAINER= danfe@FreeBSD.org COMMENT= Benchmark for OpenGL (ES) 2.0 @@ -31,6 +31,7 @@ DRM_LIB_DEPENDS= libudev.so:devel/libudev-devd \ DRM_USE= GL=gbm DRM_VARS= PLATFORMS+="drm-gl drm-glesv2" +WAYLAND_CATEGORIES= wayland WAYLAND_BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ wayland-protocols>=1.12:graphics/wayland-protocols WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212211757.2BLHvvo2011538>