mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
meson: change Wayland scanner command from "code" to "private-code"
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5593>
This commit is contained in:
parent
cad42b0511
commit
93b4272e6c
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ if use_wayland
|
|||
output: f'@output_base@-protocol.c',
|
||||
command: [
|
||||
wl_scanner,
|
||||
'code',
|
||||
'private-code',
|
||||
'@INPUT@', '@OUTPUT@',
|
||||
],
|
||||
)]
|
||||
|
|
Loading…
Reference in a new issue