From 2d7243208d3e455decd730e7e33ab2452b1a0508 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 10 Dec 2019 11:48:04 +0000 Subject: 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 --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') 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', -- cgit 1.2.3-korg