aboutsummaryrefslogtreecommitdiff
path: root/examples/meson.build
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-08-18 15:55:47 +0200
committerSimon Ser <contact@emersion.fr>2023-02-20 18:38:57 +0100
commitc3d969d2d43789167f2cc69cc040219fbdd3e7a1 (patch)
tree929fe6792c72804b2ac6895c04297ccdb6b739ae /examples/meson.build
parentcd17b18495953b88222fe0e770fbcdf5bde7bb5b (diff)
examples/output-layers: new example
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 = {