wayland - update code generate private code and have no warnings

This commit is contained in:
Carsten Haitzler 2021-05-06 12:55:21 +01:00
parent 954c1ea387
commit 694136e4c8
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ foreach item : wl_protocol_local
gen_obj_c += custom_target('wl_code_'+item.underscorify(), gen_obj_c += custom_target('wl_code_'+item.underscorify(),
input: item, input: item,
output : ['@BASENAME@-protocol.c'], 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(), gen_obj_header += custom_target('wl_client_header_'+item.underscorify(),
input: item, input: item,