summaryrefslogtreecommitdiff
path: root/protocols/meson.build
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-06-15 13:17:54 +0200
committerkotontrion <[email protected]>2024-06-15 13:17:54 +0200
commit637875607f230ab7bd45d05db685323f568900f9 (patch)
tree99a35bf3ba7b89d73fbea2ef637604584a9dd2a5 /protocols/meson.build
parent23b9314788d9f2c9f16a0daf1517bfd899243f54 (diff)
add river-control-unstable-v1 support
Diffstat (limited to 'protocols/meson.build')
-rw-r--r--protocols/meson.build3
1 files changed, 2 insertions, 1 deletions
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