diff options
author | Scott Anderson <daniels@collabora.com> | 2019-12-10 11:48:04 +0000 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2020-01-30 01:02:12 +0200 |
commit | 2d7243208d3e455decd730e7e33ab2452b1a0508 (patch) | |
tree | 68fda63d82e57ad96c231b32592b0a62becaaa96 /meson.build | |
parent | aa4ba5d283d641da25722af7a966c31d61a9686b (diff) |
src/: Add basic support for app switching
- adds a new request for agl-shell, 'activate_app', which allows to
specify which application should switch to. With it, client shell
commands which application to switch to.
- ties the layout (panel and background initizatlon) bits into its own
specific file
Bug-AGL: SPEC-3117
Change-Id: I1b3d89ff77c0e0e439666227ef3319b2107406c0
Signed-off-by: Daniel Stone <daniels@collabora.com>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index a7e1bfc..08548f8 100644 --- a/meson.build +++ b/meson.build @@ -92,6 +92,7 @@ deps_libweston = [ srcs_agl_compositor = [ 'src/main.c', 'src/desktop.c', + 'src/layout.c', 'src/shell.c', 'shared/option-parser.c', 'shared/os-compatibility.c', |