Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2022 17:58:02 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: 6d7394d3de1f - main - graphics/vulkan-caps-viewer: limit wayland category to WAYLAND option
Message-ID:  <202212211758.2BLHw28f011667@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=6d7394d3de1fddf88e2781a7162a435fa7b45bee

commit 6d7394d3de1fddf88e2781a7162a435fa7b45bee
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-12-21 17:49:49 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-12-21 17:57:15 +0000

    graphics/vulkan-caps-viewer: limit wayland category to WAYLAND option
---
 graphics/vulkan-caps-viewer/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/graphics/vulkan-caps-viewer/Makefile b/graphics/vulkan-caps-viewer/Makefile
index 1c8c21b98b4e..09fb72052126 100644
--- a/graphics/vulkan-caps-viewer/Makefile
+++ b/graphics/vulkan-caps-viewer/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	vulkan-caps-viewer
 DISTVERSION=	3.27
-CATEGORIES=	graphics wayland
+CATEGORIES=	graphics
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
 PATCHFILES+=	0b3cd2200019.patch:-p1 # https://github.com/SaschaWillems/VulkanCapsViewer/pull/109
@@ -29,6 +29,7 @@ PLIST_FILES=	bin/vulkanCapsViewer \
 OPTIONS_DEFINE=	WAYLAND X11
 OPTIONS_DEFAULT=WAYLAND X11
 
+WAYLAND_CATEGORIES=	wayland
 WAYLAND_LIB_DEPENDS=	libwayland-client.so:graphics/wayland
 WAYLAND_USE=		QT=wayland:build
 WAYLAND_QMAKE_ON=	DEFINES+=WAYLAND



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212211758.2BLHw28f011667>