diff options
author | Thomas Perrot <thomas.perrot@bootlin.com> | 2022-10-18 16:05:52 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-26 12:28:39 +0100 |
commit | d8a5c6551d3aeafdc6e7d02ecc4a0916a8d9e988 (patch) | |
tree | a118acbb2568543349a93328629291fe4b263d94 /meta/recipes-graphics | |
parent | d7c69492c18754e13a87908b7fa2aba79f348b77 (diff) | |
download | poky-d8a5c6551d3aeafdc6e7d02ecc4a0916a8d9e988.tar.gz |
xserver-xorg: move some recommended dependencies in required
Otherwise, xserver will no longer start when NO_RECOMMENDATIONS = “1”,
because dependencies in XSERVER_RRECOMMENDS are missing.
(From OE-Core rev: bc7bd3953f3896af0db036250cda34bc9ecbb3ac)
Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index 057a1ba6ad..6b11c79be6 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | |||
@@ -80,9 +80,9 @@ PACKAGES =+ "${PN}-sdl \ | |||
80 | SUMMARY:xf86-video-modesetting = "X.Org X server -- modesetting display driver" | 80 | SUMMARY:xf86-video-modesetting = "X.Org X server -- modesetting display driver" |
81 | INSANE_SKIP:${MLPREFIX}xf86-video-modesetting = "xorg-driver-abi" | 81 | INSANE_SKIP:${MLPREFIX}xf86-video-modesetting = "xorg-driver-abi" |
82 | 82 | ||
83 | XSERVER_RRECOMMENDS = "xkeyboard-config rgb xserver-xf86-config xkbcomp xf86-input-libinput" | 83 | XSERVER_RDEPENDS = "xkeyboard-config rgb xserver-xf86-config xkbcomp xf86-input-libinput" |
84 | RRECOMMENDS:${PN} += "${XSERVER_RRECOMMENDS}" | 84 | RDEPENDS:${PN} += "${XSERVER_RDEPENDS}" |
85 | RRECOMMENDS:${PN}-xwayland += "${XSERVER_RRECOMMENDS}" | 85 | RDEPENDS:${PN}-xwayland += "${XSERVER_RDEPENDS}" |
86 | RDEPENDS:${PN}-xvfb += "xkeyboard-config" | 86 | RDEPENDS:${PN}-xvfb += "xkeyboard-config" |
87 | RDEPENDS:${PN}-module-exa = "${PN} (= ${EXTENDPKGV})" | 87 | RDEPENDS:${PN}-module-exa = "${PN} (= ${EXTENDPKGV})" |
88 | 88 | ||