diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2020-04-13 13:16:39 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-04-16 10:32:45 -0300 |
commit | b8c48395c32c68343fd6e5b81379edd7a6e9759e (patch) | |
tree | 1d37d4c75dcb4405b60269c5e1bcbfc83863406f | |
parent | 341ba18eccc7703eb5ac23dc900b3bf087d3be20 (diff) | |
download | meta-freescale-b8c48395c32c68343fd6e5b81379edd7a6e9759e.tar.gz |
imx-gpu-viv: Add gl31.h to i.MX 8M Nano install
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>
-rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc index 929c43033..8625bd778 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | |||
@@ -142,7 +142,8 @@ HAS_GBM = "false" | |||
142 | HAS_GBM_mx8 = "true" | 142 | HAS_GBM_mx8 = "true" |
143 | 143 | ||
144 | GLES3_HEADER_REMOVALS = "gl31.h gl32.h" | 144 | GLES3_HEADER_REMOVALS = "gl31.h gl32.h" |
145 | GLES3_HEADER_REMOVALS_mx8mq = "gl32.h" | 145 | GLES3_HEADER_REMOVALS_mx8m = "gl32.h" |
146 | GLES3_HEADER_REMOVALS_mx8mm = "gl31.h gl32.h" | ||
146 | GLES3_HEADER_REMOVALS_mx8qxp = "" | 147 | GLES3_HEADER_REMOVALS_mx8qxp = "" |
147 | GLES3_HEADER_REMOVALS_mx8qm = "" | 148 | GLES3_HEADER_REMOVALS_mx8qm = "" |
148 | 149 | ||