[Buildroot] [git commit] mesa3d: Add drm to EGL platforms for VC4

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Jun 8 12:08:14 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=8a79c8d86fe9b8a1956d2fc36113342d576c6b84
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

VC4 is a DRM driver.

Signed-off-by: Akihiko Odaki <akihiko.odaki.4i at stu.hosei.ac.jp>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/mesa3d/mesa3d.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk
index 15ba422..ebd674f 100644
--- a/package/mesa3d/mesa3d.mk
+++ b/package/mesa3d/mesa3d.mk
@@ -147,6 +147,8 @@ ifeq ($(BR2_PACKAGE_MESA3D_OPENGL_EGL),y)
 MESA3D_PROVIDES += libegl
 ifeq ($(BR2_PACKAGE_MESA3D_DRI_DRIVER),y)
 MESA3D_EGL_PLATFORMS = drm
+else ifeq ($(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_VC4),y)
+MESA3D_EGL_PLATFORMS = drm
 else ifeq ($(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_VIRGL),y)
 MESA3D_EGL_PLATFORMS = drm
 endif


More information about the buildroot mailing list