summaryrefslogtreecommitdiffstats
path: root/meta
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-11-09 17:42:14 +0000
commitdb48ca5830c8445667a1040e1dc58b3277f8ad65 (patch)
tree2ded6580c36715a0879e33e166c8b3a63bda1069 /meta
parent23cf93f091321135fca4032aea16c674827fd414 (diff)
downloadpoky-db48ca5830c8445667a1040e1dc58b3277f8ad65.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: c017175deed298f7fb3fff9181eb4379fcc436d7) Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit bc7bd3953f3896af0db036250cda34bc9ecbb3ac) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 dd741270a7..ecb164ddf7 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
@@ -82,9 +82,9 @@ PACKAGES =+ "${PN}-sdl \
82SUMMARY:xf86-video-modesetting = "X.Org X server -- modesetting display driver" 82SUMMARY:xf86-video-modesetting = "X.Org X server -- modesetting display driver"
83INSANE_SKIP:${MLPREFIX}xf86-video-modesetting = "xorg-driver-abi" 83INSANE_SKIP:${MLPREFIX}xf86-video-modesetting = "xorg-driver-abi"
84 84
85XSERVER_RRECOMMENDS = "xkeyboard-config rgb xserver-xf86-config xkbcomp xf86-input-libinput" 85XSERVER_RDEPENDS = "xkeyboard-config rgb xserver-xf86-config xkbcomp xf86-input-libinput"
86RRECOMMENDS:${PN} += "${XSERVER_RRECOMMENDS}" 86RDEPENDS:${PN} += "${XSERVER_RDEPENDS}"
87RRECOMMENDS:${PN}-xwayland += "${XSERVER_RRECOMMENDS}" 87RDEPENDS:${PN}-xwayland += "${XSERVER_RDEPENDS}"
88RDEPENDS:${PN}-xvfb += "xkeyboard-config" 88RDEPENDS:${PN}-xvfb += "xkeyboard-config"
89RDEPENDS:${PN}-module-exa = "${PN} (= ${EXTENDPKGV})" 89RDEPENDS:${PN}-module-exa = "${PN} (= ${EXTENDPKGV})"
90 90