From 16175751d64c7f471a46239f02576a3e367afc7b Mon Sep 17 00:00:00 2001 From: Ilia Bozhinov Date: Thu, 29 Nov 2018 11:31:17 +0100 Subject: examples: add wlr_foreign_toplevel_management_v1 example --- examples/meson.build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/meson.build') 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], }, } -- cgit v1.2.3