fix: compilation errors
This commit is contained in:
@ -38,8 +38,8 @@ wl_protocols = [
|
|||||||
|
|
||||||
foreach proto : wl_protocols
|
foreach proto : wl_protocols
|
||||||
xml = ''.join([proto,'.xml'])
|
xml = ''.join([proto,'.xml'])
|
||||||
header = ''.join([proto.split('/').get(-1),'.h'])
|
header = ''.join([proto.split('/').get(-1),'-protocol.h'])
|
||||||
cfile = ''.join([proto.split('/').get(-1),'.c'])
|
cfile = ''.join([proto.split('/').get(-1),'-protocol.c'])
|
||||||
wayland_targets += custom_target(header,output:header,input:xml,
|
wayland_targets += custom_target(header,output:header,input:xml,
|
||||||
command: [ wayland_scanner, 'server-header', '@INPUT@', '@OUTPUT@' ] )
|
command: [ wayland_scanner, 'server-header', '@INPUT@', '@OUTPUT@' ] )
|
||||||
wayland_targets += custom_target(cfile,output:cfile,input:xml,
|
wayland_targets += custom_target(cfile,output:cfile,input:xml,
|
||||||
|
Reference in New Issue
Block a user