From 637875607f230ab7bd45d05db685323f568900f9 Mon Sep 17 00:00:00 2001 From: kotontrion Date: Sat, 15 Jun 2024 13:17:54 +0200 Subject: add river-control-unstable-v1 support --- protocols/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'protocols/meson.build') diff --git a/protocols/meson.build b/protocols/meson.build index f936e37..69f01bb 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -3,6 +3,7 @@ wayland_scanner = find_program('wayland-scanner') protocols = [ 'river-status-unstable-v1.xml', + 'river-control-unstable-v1.xml' ] gen_client_header = generator(wayland_scanner, @@ -19,4 +20,4 @@ foreach protocol : protocols client_header = gen_client_header.process(protocol) code = gen_private_code.process(protocol) client_protocol_srcs += [client_header, code] -endforeach \ No newline at end of file +endforeach -- cgit v1.2.3