mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-20 11:28:19 +00:00
Currently oe-core enables dri3 only for x11 AND vulcan. Although patch enabling dri3 by default in oe-core was sent out, make sure here dri3 is enabled - whatever oe-core suggest in the future. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
8 lines
391 B
Plaintext
8 lines
391 B
Plaintext
# DRI3 note:
|
|
# With oe-core commit 8509e2e1a87578882b71948ccef3b50ccf1228b3 dri3 is set
|
|
# as default. To state out clearly that Raspi needs dri3 and to avoid surprises
|
|
# in case oe-core changes this default, we set dri3 explicitly.
|
|
PACKAGECONFIG_append_rpi = " gallium ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11 dri3', '', d)}"
|
|
GALLIUMDRIVERS_rpi = "vc4"
|
|
DRIDRIVERS_rpi = ""
|