]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-gpu-viv: Add gl31.h to i.MX 8M Nano install
authorTom Hochstein <tom.hochstein@nxp.com>
Mon, 13 Apr 2020 18:16:39 +0000 (13:16 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 16 Apr 2020 13:32:45 +0000 (10:32 -0300)
i.MX 8M Nano supports OpenGL ES 3.1. In fact, all
8M support it except for 8M Mini, so use that in
the logic.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc

index 929c430339a6e6488f9dd413f8203083b1cbf6bf..8625bd7787ac8b2b7da9474857a0c25bc7534885 100644 (file)
@@ -142,7 +142,8 @@ HAS_GBM     = "false"
 HAS_GBM_mx8 = "true"
 
 GLES3_HEADER_REMOVALS        = "gl31.h gl32.h"
-GLES3_HEADER_REMOVALS_mx8mq  = "gl32.h"
+GLES3_HEADER_REMOVALS_mx8m   = "gl32.h"
+GLES3_HEADER_REMOVALS_mx8mm  = "gl31.h gl32.h"
 GLES3_HEADER_REMOVALS_mx8qxp = ""
 GLES3_HEADER_REMOVALS_mx8qm  = ""