aboutsummaryrefslogtreecommitdiff
path: root/examples/meson.build
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-12-09 00:36:00 +0100
committerGitHub <noreply@github.com>2018-12-09 00:36:00 +0100
commit3699496256cd7a7c381dbc2cd6afe39cda9390dc (patch)
tree57c21c576d286c6330e991caf6980171a8d10783 /examples/meson.build
parente75075dfa20250e80a41402ec91d648516087f39 (diff)
parent16175751d64c7f471a46239f02576a3e367afc7b (diff)
Merge pull request #1201 from ammen99/master
Implement wlr-foreign-toplevel-management-unstable-v1
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],
},
}