Skip to content

meson: bump min pipewire version to 0.3.82

Julian Bouzas requested to merge julian/wireplumber:min-pw-version into master

Wireplumber does not currently build if using the current minimum pipewire version (0.3.75) because of the following error:

In file included from ../lib/wp/conf.c:471:
../lib/wp/private/parse-conf-section.c:16:10: fatal error: spa/utils/cleanup.h: No such file or directory
   16 | #include <spa/utils/cleanup.h>

Even though pipewire 0.3.75 has the <spa/utils/cleanup.h> header, it wasn't really exposed until pipewire 0.3.82. Here is the pipewire commit that exposes the header: pipewire@15e14946

Merge request reports