meson: fix build without pulse
Platforms that lack pulse would unconditionally use libvlc_pulse, to fix this make sure to always define this variable.
In practice it will not actually ever get used for a module as its already guarded by other conditions.