aboutsummaryrefslogtreecommitdiff
path: root/examples/meson.build
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2019-06-02 13:37:34 +0300
committerDrew DeVault <sir@cmpwn.com>2019-06-02 09:30:47 -0400
commit3dec88e4555ee5fd95ffd69133623816cb0c25c4 (patch)
tree065cdcd3a9b21ac955aa8e8e76648f14d8b7038d /examples/meson.build
parentabddd7b4db54a0066850e6a0deb8c3f24581639e (diff)
Remove orbital screenshooter and gamma-control
These are undocumented, outdated protocols that have a better wlr-protocols equivalent.
Diffstat (limited to 'examples/meson.build')
-rw-r--r--examples/meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/meson.build b/examples/meson.build
index 8d38b888..8a60e1ed 100644
--- a/examples/meson.build
+++ b/examples/meson.build
@@ -53,10 +53,6 @@ examples = {
'src': ['output-layout.c', 'cat.c'],
'dep': [wlroots],
},
- 'screenshot': {
- 'src': 'screenshot.c',
- 'dep': [wayland_client, wlr_protos, rt],
- },
'idle': {
'src': 'idle.c',
'dep': [wayland_client, wlr_protos, threads],