From 130a7bb25472ede66fcd9148ae6d6d17da1a8eeb Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Thu, 5 Jan 2023 07:26:24 +0000 Subject: [PATCH] x11-wm/plasma5-kwin: enable PipeWire support (for Plasma/Wayland) PR: 268765 Approved by: tcberner --- x11-wm/plasma5-kwin/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11-wm/plasma5-kwin/Makefile b/x11-wm/plasma5-kwin/Makefile index 27ff0e4e8321..106c03d04485 100644 --- a/x11-wm/plasma5-kwin/Makefile +++ b/x11-wm/plasma5-kwin/Makefile @@ -1,5 +1,6 @@ PORTNAME= kwin DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11-wm kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -18,6 +19,7 @@ LIB_DEPENDS= libXcursor.so:x11/libXcursor \ libudev.so:devel/libudev-devd \ liblcms2.so:graphics/lcms2 \ libwayland-cursor.so:graphics/wayland \ + libpipewire-0.3.so:multimedia/pipewire \ libxcb-cursor.so:x11/xcb-util-cursor \ libxcb-icccm.so:x11/xcb-util-wm \ libxcb-image.so:x11/xcb-util-image \