summaryrefslogtreecommitdiff
path: root/protocols/meson.build
diff options
context:
space:
mode:
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