Skip to content

homescreen: Rename variables with namespace prefix

This change is helpful for overiding (in local.conf or distro conf)

For the record Oniro overrides env as follow:

FLUTTER_HOMESCREEN_SERVICE_EXEC_START_PARAMS ?= "--a=/usr/share/gallery"
FLUTTER_HOMESCREEN_SERVICE_UNIT ?= "Requires=weston.service\nAfter=weston.service\n"
FLUTTER_HOMESCREEN_SERVICE_USER_GROUP ?= "User=weston\nGroup=weston"
FLUTTER_HOMESCREEN_SERVICE_ENVIRONMENT ?= "Environment=HOME=/home/weston\nEnvironment=XDG_RUNTIME_DIR=/run/user/1000"

Also add pkg-config dep since it's also used here

Relate-to: https://booting.oniroproject.org/distro/oniro/-/merge_requests/541 Forwarded: https://github.com/meta-flutter/meta-flutter/pulls?q=author%3Arzr Signed-off-by: Philippe Coval philippe.coval@huawei.com

Merge request reports

Loading