From ed84c2c8a26482ee2fc2b68eebcbfe4acc4ab08d Mon Sep 17 00:00:00 2001 From: Carlos Alberto Lopez Perez Date: Thu, 11 Aug 2016 18:06:06 -0700 Subject: vc4graphics: Support X11 with the VC4 driver. * We need to use the X11 modesetting driver with VC4. * We need to build at least the mesa swrast DRI driver. (its already the default so don't overwrite it to empty) Signed-off-by: Carlos Alberto Lopez Perez Signed-off-by: Khem Raj --- conf/machine/include/rpi-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index aabc131..69774f4 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc @@ -12,7 +12,7 @@ XSERVER = " \ xf86-input-evdev \ xf86-input-mouse \ xf86-input-keyboard \ - xf86-video-fbdev \ + ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "xf86-video-modesetting", "xf86-video-fbdev", d)} \ " # Really supported starting from linux-raspberrypi 3.18.y only -- cgit v1.2.3-54-g00ecf