summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
diff options
context:
space:
mode:
authorThomas Perrot <thomas.perrot@bootlin.com>2022-10-18 16:05:52 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-26 12:28:39 +0100
commitd8a5c6551d3aeafdc6e7d02ecc4a0916a8d9e988 (patch)
treea118acbb2568543349a93328629291fe4b263d94 /meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
parentd7c69492c18754e13a87908b7fa2aba79f348b77 (diff)
downloadpoky-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/xorg-xserver/xserver-xorg.inc')
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xorg.inc6
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 \
80SUMMARY:xf86-video-modesetting = "X.Org X server -- modesetting display driver" 80SUMMARY:xf86-video-modesetting = "X.Org X server -- modesetting display driver"
81INSANE_SKIP:${MLPREFIX}xf86-video-modesetting = "xorg-driver-abi" 81INSANE_SKIP:${MLPREFIX}xf86-video-modesetting = "xorg-driver-abi"
82 82
83XSERVER_RRECOMMENDS = "xkeyboard-config rgb xserver-xf86-config xkbcomp xf86-input-libinput" 83XSERVER_RDEPENDS = "xkeyboard-config rgb xserver-xf86-config xkbcomp xf86-input-libinput"
84RRECOMMENDS:${PN} += "${XSERVER_RRECOMMENDS}" 84RDEPENDS:${PN} += "${XSERVER_RDEPENDS}"
85RRECOMMENDS:${PN}-xwayland += "${XSERVER_RRECOMMENDS}" 85RDEPENDS:${PN}-xwayland += "${XSERVER_RDEPENDS}"
86RDEPENDS:${PN}-xvfb += "xkeyboard-config" 86RDEPENDS:${PN}-xvfb += "xkeyboard-config"
87RDEPENDS:${PN}-module-exa = "${PN} (= ${EXTENDPKGV})" 87RDEPENDS:${PN}-module-exa = "${PN} (= ${EXTENDPKGV})"
88 88