diff --git a/meson.build b/meson.build index 38a7364f..9bd71191 100644 --- a/meson.build +++ b/meson.build @@ -111,7 +111,7 @@ wlr_deps += [ math, ] -if host_machine.system().startswith('freebsd') +if host_machine.system() == 'freebsd' override_options = ['b_lundef=false'] else override_options = []