diff --git a/protocols/meson.build b/protocols/meson.build index bc5c35fdd..11d2cb8f6 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -18,13 +18,6 @@ protocols = [ 'wlr-output-power-management-unstable-v1.xml', ] -client_protocols = [ - wl_protocol_dir / 'stable/xdg-shell/xdg-shell.xml', - wl_protocol_dir / 'unstable/xdg-output/xdg-output-unstable-v1.xml', - 'wlr-layer-shell-unstable-v1.xml', - 'wlr-input-inhibitor-unstable-v1.xml', -] - wl_protos_src = [] wl_protos_headers = [] @@ -41,9 +34,6 @@ foreach xml : protocols output: '@BASENAME@-protocol.h', command: [wayland_scanner, 'server-header', '@INPUT@', '@OUTPUT@'], ) -endforeach - -foreach xml : client_protocols wl_protos_headers += custom_target( xml.underscorify() + '_client_h', input: xml,