mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
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:
committed by
Richard Purdie
parent
6772cb4a15
commit
69ec5b9046
@@ -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} = "\
|
||||
|
||||
Reference in New Issue
Block a user