summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Druzenko <vvd@FreeBSD.org>2025-10-30 20:35:10 +0300
committerVladimir Druzenko <vvd@FreeBSD.org>2025-10-30 20:36:46 +0300
commit03445dec7ced33b1e0e2c6f266e71c7872705289 (patch)
treeff4af9c2ed85dc6cb17220d17844956896e54824
parentaudio/mac: Update to 11.71 (diff)
graphics/plasma6-spectacle: Unbreak option WAYLAND off
Update patch after update port from 6.4.5 to 6.5.0 in 34a52ba83031. Approved by: kde (maintainer, implicit)
-rw-r--r--graphics/plasma6-spectacle/files/extra-patch-pipewire-off2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/plasma6-spectacle/files/extra-patch-pipewire-off b/graphics/plasma6-spectacle/files/extra-patch-pipewire-off
index 367d2e39f8bb..3eb884a1ca2f 100644
--- a/graphics/plasma6-spectacle/files/extra-patch-pipewire-off
+++ b/graphics/plasma6-spectacle/files/extra-patch-pipewire-off
@@ -10,7 +10,7 @@
+ find_package(KPipeWire REQUIRED)
+ set(PIPEWIRE_FOUND 1)
+endif()
- find_package(OpenCV REQUIRED core imgproc)
+ find_package(OpenCV 4.7 REQUIRED core imgproc)
set_package_properties(KPipeWire PROPERTIES DESCRIPTION
"Used to record pipewire streams into a file"