diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2020-01-27 12:37:45 -0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2020-01-27 15:10:03 -0800 |
commit | aa8e593bf3d5138d007619048eeac0e4b9863b7a (patch) | |
tree | ceb504458987465fc29894f1320bc6abf68978e1 /launcher.pro | |
parent | ac2557137950463ba3feec2a19ca26c81ee91cbe (diff) |
launcher: remove unused DBus code artifactsicefish_8.99.5icefish/8.99.58.99.5
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 <matt.ranostay@konsulko.com>
Diffstat (limited to 'launcher.pro')
-rw-r--r-- | launcher.pro | 3 |
1 files changed, 1 insertions, 2 deletions
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 |