diff options
author | Alexander Orzechowski <alex@ozal.ski> | 2023-05-27 03:12:08 -0400 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-06-05 13:02:03 +0000 |
commit | 46a014bf478c612a415410ea02906f1b82d48ba8 (patch) | |
tree | c4087279d431a898ea4207c54095e26f8285679e /examples/meson.build | |
parent | 15f2f6642fb5020c1b69e5424a8463569ea6a3e9 (diff) |
examples: Drop quads
This example is incomparable with the new rendering API. The old one which
we will drop one day.
Diffstat (limited to 'examples/meson.build')
-rw-r--r-- | examples/meson.build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/meson.build b/examples/meson.build index 33216bdb..50248520 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -50,9 +50,6 @@ compositors = { 'src': 'fullscreen-shell.c', 'proto': ['fullscreen-shell-unstable-v1'], }, - 'quads': { - 'src': 'quads.c', - }, 'scene-graph': { 'src': 'scene-graph.c', 'proto': ['xdg-shell'], |