mirror of
https://github.com/swaywm/sway.git
synced 2024-11-24 08:51:27 +00:00
build: drop "server" from target name for protocol code
(cherry picked from commit e5475d9310
)
This commit is contained in:
parent
61e4e65ea6
commit
2a6bcc6738
|
@ -23,7 +23,7 @@ wl_protos_headers = []
|
|||
|
||||
foreach xml : protocols
|
||||
wl_protos_src += custom_target(
|
||||
xml.underscorify() + '_server_c',
|
||||
xml.underscorify() + '_c',
|
||||
input: xml,
|
||||
output: '@BASENAME@-protocol.c',
|
||||
command: [wayland_scanner, 'private-code', '@INPUT@', '@OUTPUT@'],
|
||||
|
|
Loading…
Reference in a new issue