pipewire/meson: fix option in user_hint

Signed-off-by: Veeresh Kadasani <veereshkadasani88@gmail.com>
This commit is contained in:
Veeresh Kadasani 2020-11-17 08:44:07 -05:00
parent cdb7218daf
commit 9490a9893f

View file

@ -1,5 +1,5 @@
if get_option('pipewire')
user_hint = 'If you rather not build this, set "pipewire=false".'
user_hint = 'If you rather not build this, set \'-Dpipewire=false\'.'
if not get_option('backend-drm')
error('Attempting to build the pipewire plugin without the required DRM backend. ' + user_hint)