aboutsummaryrefslogtreecommitdiff
path: root/examples/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'examples/meson.build')
-rw-r--r--examples/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/meson.build b/examples/meson.build
index 51e7d311..33216bdb 100644
--- a/examples/meson.build
+++ b/examples/meson.build
@@ -57,6 +57,12 @@ compositors = {
'src': 'scene-graph.c',
'proto': ['xdg-shell'],
},
+ 'output-layers': {
+ 'src': 'output-layers.c',
+ 'proto': [
+ 'xdg-shell',
+ ],
+ },
}
clients = {