diff options
author | emersion <contact@emersion.fr> | 2018-12-09 00:36:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-09 00:36:00 +0100 |
commit | 3699496256cd7a7c381dbc2cd6afe39cda9390dc (patch) | |
tree | 57c21c576d286c6330e991caf6980171a8d10783 /examples/meson.build | |
parent | e75075dfa20250e80a41402ec91d648516087f39 (diff) | |
parent | 16175751d64c7f471a46239f02576a3e367afc7b (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.build | 4 |
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], }, } |