aboutsummaryrefslogtreecommitdiff
path: root/examples/meson.build
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2023-05-30 18:26:49 +0200
committerAlexander Orzechowski <alex@ozal.ski>2023-06-05 20:37:38 +0000
commitc5f4df6c961abef073414e14388878df8cd16947 (patch)
treea1e18bd953914a6669d0f0d17737af4f830f1d74 /examples/meson.build
parent45ca284eeee7790663a10cc3b8af5ccf00ebb059 (diff)
examples/multi-pointer: drop
We already have another very similar example which demonstrates wlr_cursor: "pointer".
Diffstat (limited to 'examples/meson.build')
-rw-r--r--examples/meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/meson.build b/examples/meson.build
index 50248520..f2d8b93d 100644
--- a/examples/meson.build
+++ b/examples/meson.build
@@ -40,9 +40,6 @@ compositors = {
'rotation': {
'src': ['rotation.c', 'cat.c'],
},
- 'multi-pointer': {
- 'src': 'multi-pointer.c',
- },
'output-layout': {
'src': ['output-layout.c', 'cat.c'],
},