diff options
author | Las <las@protonmail.ch> | 2018-08-10 18:19:16 +0200 |
---|---|---|
committer | Las <las@protonmail.ch> | 2018-09-18 10:14:33 +0200 |
commit | fa2e6e7d9d5ffbd782063c89e460a915b29d4a58 (patch) | |
tree | 219c3ff57b4430b7840e7b71684a5deec36bcf70 /examples/meson.build | |
parent | 437f5387728703aca859f6fcec021a700472be33 (diff) |
Implement pointer-constraints protocol in wlroots and rootston
Diffstat (limited to 'examples/meson.build')
-rw-r--r-- | examples/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/meson.build b/examples/meson.build index b5ad6c98..86c0ddbb 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -70,6 +70,10 @@ examples = { 'src': 'gamma-control.c', 'dep': [wayland_client, wayland_cursor, wlr_protos, wlroots], }, + 'pointer-constraints': { + 'src': 'pointer-constraints.c', + 'dep': [wayland_client, wlr_protos, wlroots], + }, 'dmabuf-capture': { 'src': 'dmabuf-capture.c', 'dep': [ |