diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-09-16 15:35:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-19 15:27:02 +0100 |
commit | b418ececee2c22f334cc31f70aff71ba9571b431 (patch) | |
tree | 75c9e22de9d5ecd6f9211c2a7ff675707f14eed3 /meta/recipes-graphics/wayland/weston_7.0.0.bb | |
parent | 9c22a5a8a8dd0d5645adeb937ca3ffc8d1c6f6ec (diff) | |
download | poky-b418ececee2c22f334cc31f70aff71ba9571b431.tar.gz |
weston-init: Add possibility to run weston as non-root user
These changes are from meta-96boards primarily
Launch the session via a udev rule based on what kind of display device
is available
delete weston-conf and move the fuctionality into weston-init other
layers are doing same
weston-init installs machine specific weston.ini therefore mark is
machine specific now
(From OE-Core rev: aa3bced2e1de2f4ba507aa014835b06edccc138a)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/wayland/weston_7.0.0.bb')
-rw-r--r-- | meta/recipes-graphics/wayland/weston_7.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston_7.0.0.bb b/meta/recipes-graphics/wayland/weston_7.0.0.bb index f9efdbd20a..d21275414e 100644 --- a/meta/recipes-graphics/wayland/weston_7.0.0.bb +++ b/meta/recipes-graphics/wayland/weston_7.0.0.bb | |||
@@ -104,7 +104,7 @@ FILES_${PN}-xwayland = "${libdir}/libweston-${WESTON_MAJOR_VERSION}/xwayland.so" | |||
104 | RDEPENDS_${PN}-xwayland += "xserver-xorg-xwayland" | 104 | RDEPENDS_${PN}-xwayland += "xserver-xorg-xwayland" |
105 | 105 | ||
106 | RDEPENDS_${PN} += "xkeyboard-config" | 106 | RDEPENDS_${PN} += "xkeyboard-config" |
107 | RRECOMMENDS_${PN} = "weston-conf liberation-fonts" | 107 | RRECOMMENDS_${PN} = "weston-init liberation-fonts" |
108 | RRECOMMENDS_${PN}-dev += "wayland-protocols" | 108 | RRECOMMENDS_${PN}-dev += "wayland-protocols" |
109 | 109 | ||
110 | USERADD_PACKAGES = "${PN}" | 110 | USERADD_PACKAGES = "${PN}" |