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 --- recipes-graphics/mesa/mesa_%.bbappend | 2 -- 1 file changed, 2 deletions(-) (limited to 'recipes-graphics/mesa') diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index b182388..9c5df99 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend @@ -1,4 +1,2 @@ PACKAGECONFIG_append_rpi = " gallium" GALLIUMDRIVERS_rpi = "vc4" -DRIDRIVERS_rpi = "" - -- cgit v1.2.3-54-g00ecf