From 694136e4c8651f37ea33983eac1d0e8f3b49c6f0 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Thu, 6 May 2021 12:55:21 +0100 Subject: [PATCH] wayland - update code generate private code and have no warnings --- src/wayland_protocol/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland_protocol/meson.build b/src/wayland_protocol/meson.build index 3749e5d91b..a61f8c8de3 100644 --- a/src/wayland_protocol/meson.build +++ b/src/wayland_protocol/meson.build @@ -39,7 +39,7 @@ foreach item : wl_protocol_local gen_obj_c += custom_target('wl_code_'+item.underscorify(), input: item, output : ['@BASENAME@-protocol.c'], - command: [wayland_scanner_bin, ['code','@INPUT@','@OUTPUT@']] + command: [wayland_scanner_bin, ['private-code','@INPUT@','@OUTPUT@']] ) gen_obj_header += custom_target('wl_client_header_'+item.underscorify(), input: item,