blob: 7d07e029f098bde6f2f979dcd682715535db38e3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= layer-shell-qt
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= x11 kde kde-plasma
COMMENT= Qt component to allow applications to make use of the Wayland wl-layer-shell protocol
MAINTAINER= kde@FreeBSD.org
BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols
LIB_DEPENDS= libwayland-client.so:graphics/wayland \
libxkbcommon.so:x11/libxkbcommon
USES= cmake gl kde:6 pkgconfig qt:6 tar:xz
USE_GL= gl opengl
USE_KDE= ecm:build
USE_QT= base wayland
.include <bsd.port.mk>
|