git: 56ec01349077 - main - x11/plasma5-kwayland-integration: pet stage-qa

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Mon, 05 Sep 2022 19:13:12 UTC
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=56ec013490773f7634b7d3d4309dda2805500b57

commit 56ec013490773f7634b7d3d4309dda2805500b57
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:05:17 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:07:08 +0000

    x11/plasma5-kwayland-integration: pet stage-qa
---
 x11/plasma5-kwayland-integration/Makefile | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/x11/plasma5-kwayland-integration/Makefile b/x11/plasma5-kwayland-integration/Makefile
index 317ee2b057b2..d5f9194e2ee8 100644
--- a/x11/plasma5-kwayland-integration/Makefile
+++ b/x11/plasma5-kwayland-integration/Makefile
@@ -1,18 +1,22 @@
 PORTNAME=	kwayland-integration
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVIXION=	1
 CATEGORIES=	x11 kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Integration plugins for a Wayland-based desktop
 
 LIB_DEPENDS=	libepoxy.so:graphics/libepoxy \
-		libwayland-client.so:graphics/wayland
+		libwayland-client.so:graphics/wayland \
+		libxkbcommon.so:x11/libxkbcommon
 BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:devel/evdev-proto \
 		wayland-protocols>0:graphics/wayland-protocols
 
-USES=		cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
+USES=		cmake compiler:c++11-lib gl kde:5 pkgconfig qt:5 tar:xz xorg
+USE_GL=		gl
 USE_KDE=	ecm guiaddons idletime plasma-wayland-protocols wayland windowsystem
-USE_QT=		core gui widgets \
+USE_QT=		core gui wayland widgets \
 		buildtools_build qmake_build
+USE_XORG=	x11
 
 .include <bsd.port.mk>