git: 6d7394d3de1f - main - graphics/vulkan-caps-viewer: limit wayland category to WAYLAND option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Dec 2022 17:58:02 UTC
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