aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/meson.build
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2023-10-12 16:12:21 +0300
committerMarius Vlad <marius.vlad@collabora.com>2023-10-26 00:41:57 +0300
commitc13f6c196066bccb33c3a1f524a108b52c356bfd (patch)
treed6b2cb785de44383e5ddcffc98c44fb4ec60974c /homescreen/meson.build
parent5d6e250cf1175ede73764514b3cd9359467ddcaf (diff)
homescreen/src/shell: Cleanup older shell source file not needed
We're no longer need it, so it would better to just remove it. We still use the agl-shell for setting the wayland surfaces, but we don't use the Shell object wrapper for that. Bug-AGL: SPEC-4912 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: I3776cd25e312f6ed128bbe14b187607f4b607541
Diffstat (limited to 'homescreen/meson.build')
-rw-r--r--homescreen/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/homescreen/meson.build b/homescreen/meson.build
index 50c644c..98c0505 100644
--- a/homescreen/meson.build
+++ b/homescreen/meson.build
@@ -113,14 +113,12 @@ homescreen_src_headers = [
'src/statusbarserver.h',
'src/homescreenhandler.h',
'src/AglShellGrpcClient.h',
- 'src/shell.h'
]
moc_files = qt5.compile_moc(headers: homescreen_src_headers,
dependencies: qt5_dep)
homescreen_src = [
- 'src/shell.cpp',
'src/statusbarserver.cpp',
'src/statusbarmodel.cpp',
'src/applicationlauncher.cpp',