packagegroup-core-x11-xserver: add modesetting driver to default XSERVER

On modern systems, both real and virtual hardware, the modesetting
driver is preferred over the dumb framebuffer driver as it is more
functional and is essentially the default Xorg video driver.

(From OE-Core rev: bfa9f21a4e4b3ce3f6548008716f66d0c8b57974)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2023-09-11 11:26:12 +01:00
committed by Richard Purdie
parent 6772cb4a15
commit 69ec5b9046

View File

@@ -11,7 +11,10 @@ inherit packagegroup features_check
# rdepends on XSERVER
REQUIRED_DISTRO_FEATURES = "x11"
XSERVER ?= "xserver-xorg xf86-video-fbdev"
XSERVER ?= "xserver-xorg \
xf86-video-fbdev \
xf86-video-modesetting \
"
XSERVERCODECS ?= ""
RDEPENDS:${PN} = "\