mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
55388a5101
commit
ed84c2c8a2
|
@ -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
|
||||||
|
|
|
@ -1,4 +1,2 @@
|
||||||
PACKAGECONFIG_append_rpi = " gallium"
|
PACKAGECONFIG_append_rpi = " gallium"
|
||||||
GALLIUMDRIVERS_rpi = "vc4"
|
GALLIUMDRIVERS_rpi = "vc4"
|
||||||
DRIDRIVERS_rpi = ""
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user