]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
packagegroup-core-x11-xserver: add modesetting driver to default XSERVER
authorRoss Burton <ross.burton@arm.com>
Mon, 11 Sep 2023 10:26:12 +0000 (11:26 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Sep 2023 06:43:39 +0000 (07:43 +0100)
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.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb

index 3bb308fbba4ff696b6d886e557eca1cfb1f5ef54..b108785931115cd4db4b14fb090ce18788f4f81e 100644 (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} = "\