diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-09-27 05:57:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-27 05:57:43 -0500 |
commit | 5e9959daaaa86394917144c9928c734fbf533f04 (patch) | |
tree | 7503c7ea870f40d68b0ee594d5129cd592ccbff4 /examples/meson.build | |
parent | e47b8cd629f9378c74673cb577cc268667a71d1e (diff) | |
parent | 1b598f67ca28dce6b61829694ba1a55d05e35678 (diff) |
Merge pull request #852 from Laaas/master
Implement pointer-constraints-unstable-v1 protocol
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': [ |