From aa8e593bf3d5138d007619048eeac0e4b9863b7a Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Mon, 27 Jan 2020 12:37:45 -0800 Subject: launcher: remove unused DBus code artifacts All accesses to control launching applications are now done via agl-service-homescreen/libhomescreen, and thus the unused DBus interface can be removed. Bug-AGL: SPEC-3137 Change-Id: I27f5afd89bd15eb50486e2546a730e40f016b05e Signed-off-by: Matt Ranostay --- launcher.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'launcher.pro') diff --git a/launcher.pro b/launcher.pro index e142b63..b68702e 100644 --- a/launcher.pro +++ b/launcher.pro @@ -16,9 +16,8 @@ TEMPLATE = subdirs load(configure) -SUBDIRS = interfaces \ +SUBDIRS = \ launcher \ package -launcher.depends = interfaces package.depends += launcher -- cgit 1.2.3-korg