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 <clopez@igalia.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Carlos Alberto Lopez Perez 2016-08-11 18:06:06 -07:00 committed by Andrei Gherzan
parent 55388a5101
commit ed84c2c8a2
2 changed files with 1 additions and 3 deletions

View File

@ -12,7 +12,7 @@ XSERVER = " \
xf86-input-evdev \ xf86-input-evdev \
xf86-input-mouse \ xf86-input-mouse \
xf86-input-keyboard \ 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 # Really supported starting from linux-raspberrypi 3.18.y only

View File

@ -1,4 +1,2 @@
PACKAGECONFIG_append_rpi = " gallium" PACKAGECONFIG_append_rpi = " gallium"
GALLIUMDRIVERS_rpi = "vc4" GALLIUMDRIVERS_rpi = "vc4"
DRIDRIVERS_rpi = ""