Update meson.build

This commit is contained in:
StratusFearMe21 2023-01-15 22:42:32 +00:00 committed by GitHub
parent d57e8cbd72
commit e0faeece19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,8 +7,8 @@ wayland_scanner_code = generator(
arguments: ['private-code', '@INPUT@', '@OUTPUT@']) arguments: ['private-code', '@INPUT@', '@OUTPUT@'])
wayland_scanner_client = generator( wayland_scanner_client = generator(
wayland_scanner, wayland_scanner,
output: '@BASENAME@-client-protocol.h', output: '@BASENAME@-protocol.h',
arguments: ['client-header', '@INPUT@', '@OUTPUT@']) arguments: ['server-header', '@INPUT@', '@OUTPUT@'])
wayland_xmls = [ wayland_xmls = [
wl_protocol_dir + '/stable/xdg-shell/xdg-shell.xml', wl_protocol_dir + '/stable/xdg-shell/xdg-shell.xml',