mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
Fixed the 'Using "code" is deprecated' message in wayland-scanner 1.15+
This commit is contained in:
parent
744ec648f4
commit
21de46fbcf
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue