Tested on 13.2 amd64.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270982
Details
Details
- Reviewers
tcberner arrowd - Group Reviewers
kde - Commits
- R11:68e029f386b5: graphics/spectacle: make pipewire optional
Diff Detail
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I think it was copy&paste from console issue - tabs replaced with spaces and etc.
"git diff > spectacle.diff" and uploaded file spectacle.diff now.
graphics/spectacle/files/extra-patch-pipewire-off | ||
---|---|---|
11 | Ah, nevermind, krfb already has a variable that is named DISABLE_*. |
graphics/spectacle/files/extra-patch-pipewire-off | ||
---|---|---|
13 | Actually, this check isn't needed at all. If KPipeWire wasn't found, CMake will stop due to REQUIRED keyword`. If it didn't then no need to check for KPipeWire_FOUND. |
graphics/spectacle/files/extra-patch-pipewire-off | ||
---|---|---|
12 | You don't need PIPEWIRE_FOUND at all, just use NOT DISABLE_PIPEWIRE. |
Comment Actions
Added #cmakedefine PIPEWIRE_FOUND 1 to pass on option PIPEWIRE_FOUND from cmake to sources.