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:
Slava Andrejev 2023-11-03 06:53:35 -07:00 committed by GStreamer Marge Bot
parent cad42b0511
commit 93b4272e6c

View file

@ -71,7 +71,7 @@ if use_wayland
output: f'@output_base@-protocol.c',
command: [
wl_scanner,
'code',
'private-code',
'@INPUT@', '@OUTPUT@',
],
)]