MESA: append configuration for stm32mp

Change-Id: I738f23ccaf8a33f98968def57d6df95196a63db4
This commit is contained in:
Romuald JEANNE 2020-06-17 18:07:55 +02:00
parent 7f8392601a
commit 0f1bcc15d8
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/mesa:"
PACKAGECONFIG_stm32mpcommon = "${@bb.utils.filter('DISTRO_FEATURES', 'wayland ', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'opengl egl gles gbm dri', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'x11 vulkan', 'dri3', '', d)} \
\
gallium \
"
# Enable Etnaviv support
GALLIUMDRIVERS_append_stm32mpcommon = ",etnaviv,kmsro"