pipewire/meson: fix option in user_hint
Signed-off-by: Veeresh Kadasani <veereshkadasani88@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user