git: 41e3f02f2a8b - main - x11-toolkits/qt6-virtualkeyboard: pet stage-qa

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=41e3f02f2a8b92b68e1bc09825db1cc565861794

commit 41e3f02f2a8b92b68e1bc09825db1cc565861794
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:05:07 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:07:05 +0000

    x11-toolkits/qt6-virtualkeyboard: pet stage-qa
---
 x11-toolkits/qt6-virtualkeyboard/Makefile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/x11-toolkits/qt6-virtualkeyboard/Makefile b/x11-toolkits/qt6-virtualkeyboard/Makefile
index f094082372b1..b77e54d02768 100644
--- a/x11-toolkits/qt6-virtualkeyboard/Makefile
+++ b/x11-toolkits/qt6-virtualkeyboard/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	virtualkeyboard
 PORTVERSION=	${QT6_VERSION}
+PORTREVISION	=1
 CATEGORIES=	x11-toolkits
 PKGNAMEPREFIX=	qt6-
 
@@ -7,9 +8,12 @@ MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Qt 6 Virtual Keyboard Module
 
 BUILD_DEPENDS=	vulkan-headers>0:graphics/vulkan-headers
-LIB_DEPENDS=	libhunspell-1.7.so:textproc/hunspell
+LIB_DEPENDS=	libhunspell-1.7.so:textproc/hunspell \
+		libxkbcommon.so:x11/libxkbcommon
 
-USES=		cmake compiler:c++11-lang pkgconfig qt-dist:6
+USES=		cmake compiler:c++11-lang gl pkgconfig qt-dist:6 xorg
+USE_GL=		gl opengl
 USE_QT=		base declarative svg
+USE_XORG=	xcb
 
 .include <bsd.port.mk>