diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-08-29 18:05:05 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-09-03 13:41:43 +0000 |
commit | 3e7d9ee9ff80800418c8f270b65b0932aa3a5794 (patch) | |
tree | 4242607713780005c505cde23d661570e30e6cf5 /meta-agl-profile-cluster-qt5/recipes-platform | |
parent | f408674677968201279bde8f9b141cadde1a0706 (diff) |
meta-agl-profile-cluster-qt5: Add qtcompositor-conf recipe
Add qtcompositor-conf recipe to create the udev rule files required to
set up the "display" group ownership of graphics devices when not using
weston. The recipe is based on what is done in the weston-init bbappend
in the meta-agl-profile-graphical layer. The package is also added to
the agl-profile-cluster-qtcompositor packagegroup so that the qtcompositor
cluster demo image will pick it up.
Bug-AGL: SPEC-2775
Change-Id: I375e915b2074eb2abcec534a88fddfc6445730e1
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-agl-profile-cluster-qt5/recipes-platform')
-rw-r--r-- | meta-agl-profile-cluster-qt5/recipes-platform/packagegroups/packagegroup-agl-profile-cluster-qtcompositor.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl-profile-cluster-qt5/recipes-platform/packagegroups/packagegroup-agl-profile-cluster-qtcompositor.bb b/meta-agl-profile-cluster-qt5/recipes-platform/packagegroups/packagegroup-agl-profile-cluster-qtcompositor.bb index 31280bb20..9d54b33a4 100644 --- a/meta-agl-profile-cluster-qt5/recipes-platform/packagegroups/packagegroup-agl-profile-cluster-qtcompositor.bb +++ b/meta-agl-profile-cluster-qt5/recipes-platform/packagegroups/packagegroup-agl-profile-cluster-qtcompositor.bb @@ -25,6 +25,7 @@ QT_LITE = " \ qtsvg-plugins \ qtwebsockets \ qtwebsockets-qmlplugins \ + qtcompositor-conf \ " RDEPENDS_${PN}_append = " \ |