Skip to content

When adding MidnightBSD support, I inversed the condition here.

Lucas Holt requested to merge laffer1/pipewire:freebsd_bugfix into master

I replaced a ifndef with a defined() which is incorrect in merge request 1289. Fix that.

Merge request reports