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:08 +0000
commit56ec013490773f7634b7d3d4309dda2805500b57 (patch)
treef07b2ce5775cfef317fa9360c5bfc1e06f20b902
parent93d196c7f97a7fe760d4f9b5faa036bcd2f3bc94 (diff)
downloadports-56ec013490773f7634b7d3d4309dda2805500b57.tar.gz
ports-56ec013490773f7634b7d3d4309dda2805500b57.zip
x11/plasma5-kwayland-integration: pet stage-qa
-rw-r--r--x11/plasma5-kwayland-integration/Makefile10
1 files 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>