Date: Wed, 21 Dec 2022 17:57:58 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: 2cf1c1570dbc - main - benchmarks/vkmark: limit wayland category to WAYLAND option Message-ID: <202212211757.2BLHvwxu011564@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=2cf1c1570dbc4945051ef32639c6dae12e1d915d commit 2cf1c1570dbc4945051ef32639c6dae12e1d915d Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-12-21 17:46:33 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-12-21 17:57:13 +0000 benchmarks/vkmark: limit wayland category to WAYLAND option --- benchmarks/vkmark/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/benchmarks/vkmark/Makefile b/benchmarks/vkmark/Makefile index 38247d47a515..de33ba8a63cb 100644 --- a/benchmarks/vkmark/Makefile +++ b/benchmarks/vkmark/Makefile @@ -2,7 +2,7 @@ PORTNAME= vkmark DISTVERSION= 2017.08-29 DISTVERSIONSUFFIX= -gd872846 PORTREVISION= 2 -CATEGORIES= benchmarks wayland +CATEGORIES= benchmarks PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 27fa846e34ed.patch:-p1 # https://github.com/vkmark/vkmark/pull/29 @@ -35,6 +35,7 @@ DRM_USES= gl DRM_USE= GL=gbm DRM_MESON_TRUE= kms +WAYLAND_CATEGORIES= wayland WAYLAND_BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ wayland-protocols>=1.12:graphics/wayland-protocols WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212211757.2BLHvwxu011564>