Skip to content

meson: remove b_lundef=false on FreeBSD

Simon Ser requested to merge github/fork/emersion/no-lundef into master

This was necessary because we were using environ in the Xwayland code, but it has been removed now. It's better not to use these flags so that the linker errors out if we're using an undefined function (e.g. we include the header but forget to link against it).

Merge request reports