aboutsummaryrefslogtreecommitdiff
path: root/examples/meson.build
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-05-06 17:30:53 +0200
committerSimon Ser <contact@emersion.fr>2021-08-26 21:12:28 +0200
commitc41bd320be0862648188bf4cb3700203c41fb70b (patch)
treed01575f4666eefd956dec88576ae07a7ac219b1a /examples/meson.build
parentc7d489b5b62da68dbe12d638cdb7a3d837529e18 (diff)
examples/scene-graph: new example
Diffstat (limited to 'examples/meson.build')
-rw-r--r--examples/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/meson.build b/examples/meson.build
index 2c69fffd..1e428e81 100644
--- a/examples/meson.build
+++ b/examples/meson.build
@@ -51,6 +51,10 @@ compositors = {
'quads': {
'src': 'quads.c',
},
+ 'scene-graph': {
+ 'src': 'scene-graph.c',
+ 'proto': ['xdg-shell'],
+ },
}
clients = {