aboutsummaryrefslogtreecommitdiff
path: root/examples/meson.build
diff options
context:
space:
mode:
authorIlia Bozhinov <ammen99@gmail.com>2018-11-29 11:31:17 +0100
committerIlia Bozhinov <ammen99@gmail.com>2018-12-08 14:09:56 +0100
commit16175751d64c7f471a46239f02576a3e367afc7b (patch)
tree57c21c576d286c6330e991caf6980171a8d10783 /examples/meson.build
parent8cce2d75a9a9241ca5083d99e3ef827238b8f471 (diff)
examples: add wlr_foreign_toplevel_management_v1 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 cbf39347..589a7326 100644
--- a/examples/meson.build
+++ b/examples/meson.build
@@ -108,6 +108,10 @@ examples = {
'text-input': {
'src': 'text-input.c',
'dep': [wayland_cursor, wayland_client, wlr_protos, wlroots],
+ },
+ 'foreign-toplevel': {
+ 'src': 'foreign-toplevel.c',
+ 'dep': [wayland_client, wlr_protos, wlroots],
},
}