Fixed the 'Using "code" is deprecated' message in wayland-scanner 1.15+

This commit is contained in:
Keith Bowes 2020-02-27 17:43:03 -05:00
parent 744ec648f4
commit 21de46fbcf

View file

@ -11,7 +11,7 @@ wayland_scanner_server = generator(
wayland_scanner_code = generator(
wayland_scanner,
output: '@BASENAME@-protocol.c',
arguments: ['code', '@INPUT@', '@OUTPUT@'],
arguments: ['private-code', '@INPUT@', '@OUTPUT@'],
)
wayland_scanner_client = generator(