diff options
Diffstat (limited to 'recipes-demo/navigation')
-rw-r--r-- | recipes-demo/navigation/ondemandnavi_git.bb | 1 | ||||
-rw-r--r-- | recipes-demo/navigation/tbtnavi_git.bb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/recipes-demo/navigation/ondemandnavi_git.bb b/recipes-demo/navigation/ondemandnavi_git.bb index 17def6f8e..a37838c21 100644 --- a/recipes-demo/navigation/ondemandnavi_git.bb +++ b/recipes-demo/navigation/ondemandnavi_git.bb @@ -24,6 +24,7 @@ RDEPENDS_${PN} += " \ openjtalk \ gstreamer1.0 \ ondemandnavi-config \ + agl-service-navigation \ " RPROVIDES_${PN} = "virtual/navigation" diff --git a/recipes-demo/navigation/tbtnavi_git.bb b/recipes-demo/navigation/tbtnavi_git.bb index 14e5eae3b..0dc094113 100644 --- a/recipes-demo/navigation/tbtnavi_git.bb +++ b/recipes-demo/navigation/tbtnavi_git.bb @@ -33,5 +33,6 @@ RDEPENDS_${PN} += " \ qtlocation \ ondemandnavi-config \ agl-service-navigation \ + agl-service-signal-composer \ libqtappfw \ " |