diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-10-17 05:59:10 -0700 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-10-24 08:16:48 +0000 |
commit | 7595b00d081e44ddff94cd4c51cc8c20f49f2f2d (patch) | |
tree | ed77ac7a4ac1874fb9111a4afded24e77dc7762d /navigation.pro | |
parent | 3c804a94a22289ab766243629c41ba96ac989bd7 (diff) |
ondemandnavi: remove DESKTOP define
With switchover over to afb agl-service-navigation it will be
unlikely to run on a desktop system.
Bug-AGL: SPEC-2880
Change-Id: I56819383a9fc2e18323cbd33044dfa4d544f1ab5
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'navigation.pro')
-rw-r--r-- | navigation.pro | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/navigation.pro b/navigation.pro index 78409ab..bb839fa 100644 --- a/navigation.pro +++ b/navigation.pro @@ -3,9 +3,5 @@ TEMPLATE = subdirs SUBDIRS = dbus_interface \
app package
-equals(DEFINES, "DESKTOP"){
- SUBDIRS -= package
-}
-
package.depends += dbus_interface \
app
|