diff options
Diffstat (limited to 'templates/feature/agl-hmi-framework')
-rw-r--r-- | templates/feature/agl-hmi-framework/50_local.conf.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/feature/agl-hmi-framework/50_local.conf.inc b/templates/feature/agl-hmi-framework/50_local.conf.inc index 942cc06f..a9e32fff 100644 --- a/templates/feature/agl-hmi-framework/50_local.conf.inc +++ b/templates/feature/agl-hmi-framework/50_local.conf.inc @@ -1,5 +1,6 @@ # In order to enable the hmi-framework features , # enables the following line: # -DISTRO_FEATURES_append = "agl-hmi-framework" +DISTRO_FEATURES_append = " agl-hmi-framework" PREFERRED_PROVIDER_virtual/libhomescreen = "libhomescreen-2017" +PREFERRED_RPROVIDER_virtual/navigation = "navigation" |