aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-09-05 19:05:17 +0000
committerDima Panov <fluffy@FreeBSD.org>2022-09-05 19:07:09 +0000
commit27ddf00c6e161d98ce5d447acf9dd1afdab950c8 (patch)
tree5b8b25009910b046a34c36471264bd40437525b6
parent56ec013490773f7634b7d3d4309dda2805500b57 (diff)
downloadports-27ddf00c6e161d98ce5d447acf9dd1afdab950c8.tar.gz
ports-27ddf00c6e161d98ce5d447acf9dd1afdab950c8.zip
x11/plasma5-layer-shell-qt: pet stage-qa
-rw-r--r--x11/plasma5-layer-shell-qt/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/x11/plasma5-layer-shell-qt/Makefile b/x11/plasma5-layer-shell-qt/Makefile
index cae8ee45c33f..451d8dc00f3e 100644
--- a/x11/plasma5-layer-shell-qt/Makefile
+++ b/x11/plasma5-layer-shell-qt/Makefile
@@ -1,16 +1,19 @@
PORTNAME= layer-shell-qt
DISTVERSION= ${KDE_PLASMA_VERSION}
+PORTREVISION= 1
CATEGORIES= x11 kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt component to make use of the Wayland wl-layer-shell protoco
BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols
-LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon
+LIB_DEPENDS= libwayland-client.so:graphics/wayland \
+ libxkbcommon.so:x11/libxkbcommon
-USES= cmake compiler:c++11-lang gettext kde:5 pkgconfig qt:5 tar:xz
+USES= cmake compiler:c++11-lang gettext gl kde:5 pkgconfig qt:5 tar:xz
+USE_GL= gl
USE_KDE= ecm
-USE_QT= core wayland \
+USE_QT= core gui wayland \
buildtools_build qmake_build
.include <bsd.port.mk>