mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
meson: wayland: wl_scanner is required: false
https://bugzilla.gnome.org/show_bug.cgi?id=774637
This commit is contained in:
parent
656732d3ee
commit
1f6b96410a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ wl_client_dep = dependency('wayland-client', version: wl_req, required: false)
|
|||
libdrm_dep = dependency('libdrm', version: '>= 2.4.55', required: false)
|
||||
wl_protocol_dep = dependency('wayland-protocols', version: wl_req,
|
||||
required: false)
|
||||
wl_scanner = find_program('wayland-scanner')
|
||||
wl_scanner = find_program('wayland-scanner', required: false)
|
||||
use_wayland = wl_protocol_dep.found() and wl_client_dep.found() and wl_scanner.found() and libdrm_dep.found()
|
||||
|
||||
if use_wayland
|
||||
|
|
Loading…
Reference in a new issue