git: 3c0fe9f0dea8 - main - graphics/vulkan-tools: limit wayland category to WAYLAND option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Dec 2022 17:58:03 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c0fe9f0dea865dca400eff9ae50e6601706b9c1 commit 3c0fe9f0dea865dca400eff9ae50e6601706b9c1 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-12-21 17:50:19 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-12-21 17:57:15 +0000 graphics/vulkan-tools: limit wayland category to WAYLAND option --- graphics/vulkan-tools/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/vulkan-tools/Makefile b/graphics/vulkan-tools/Makefile index 4eed6a5c8451..10b91854981e 100644 --- a/graphics/vulkan-tools/Makefile +++ b/graphics/vulkan-tools/Makefile @@ -1,7 +1,7 @@ PORTNAME= vulkan-tools DISTVERSIONPREFIX= v DISTVERSION= 1.3.237 -CATEGORIES= graphics wayland +CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org COMMENT= Tools and demos for the Vulkan graphics API @@ -30,6 +30,7 @@ OPTIONS_DEFAULT= WAYLAND XCB XLIB OPTIONS_SLAVE= DISPLAY OPTIONS_SUB= yes +WAYLAND_CATEGORIES= wayland WAYLAND_BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ wayland-protocols>0:graphics/wayland-protocols WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland