diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-01-28 21:27:54 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-01-29 12:27:49 +0000 |
commit | 33f2f4287bf0814211f4e26821923b3ff66d4037 (patch) | |
tree | 4009efd4da0a58cc99adb569686f28c25e8fcae9 /templates/feature/agl-compositor/50_local.conf.inc | |
parent | e076162cd95f3080cda51116c33cfcaa855bffd3 (diff) |
templates/feature/agl-compositor: Allow to test experimental agl-compositor
Facilitates testing the client shell (homescreen) with the newer
agl-compositor, but only enabled when DISTRO_FEATURES has
'agl-compositor'. Uses a WIP branch for it.
Regular clients, like hvac, mediaplayer, launcher and navigation-demo
also use the WIP branch. This modifies the conf/local file so it either
needs a clean build directory or it requires an override of the
conf/local when sourcing the aglsetup script.
Bug-AGL: SPEC-3123, SPEC-3124
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Suggested-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: Ice650b5b61ebd1e1a35f045301c14e0bedda3a05
Diffstat (limited to 'templates/feature/agl-compositor/50_local.conf.inc')
-rw-r--r-- | templates/feature/agl-compositor/50_local.conf.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/feature/agl-compositor/50_local.conf.inc b/templates/feature/agl-compositor/50_local.conf.inc index be749b799..4bddfb6e9 100644 --- a/templates/feature/agl-compositor/50_local.conf.inc +++ b/templates/feature/agl-compositor/50_local.conf.inc @@ -1 +1,15 @@ DISTRO_FEATURES_append = " agl-compositor" + +# note that these are for testing only, should be removed once the changes +# land in their respective repositories + +# shell client +AGL_BRANCH_pn-homescreen = "sandbox/mvlad/agl-compositor" +DEPENDS_append_pn-homescreen = " wayland-native wayland qtwayland qtwayland-native" + +# normal apps +AGL_BRANCH_pn-launcher = "sandbox/mvlad/agl-compositor" +AGL_BRANCH_pn-hvac = "sandbox/mvlad/agl-compositor" +DEPENDS_append_pn-hvac = " libafb-helpers-qt" +AGL_BRANCH_pn-navigation-demo = "sandbox/mvlad/agl-compositor" +AGL_BRANCH_pn-mediaplayer = "sandbox/mvlad/agl-compositor" |