diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2017-12-13 11:03:39 -0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-12-18 10:07:13 -0200 |
| commit | e1d249bb067aa6c472367cff1e77ba2ddbc8303f (patch) | |
| tree | b05c0c22af13f1f9cf86e3cc31ae9e2eede13290 /recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc | |
| parent | 0f69a2a87cb066c3303197f22d7579840612c557 (diff) | |
| download | meta-freescale-e1d249bb067aa6c472367cff1e77ba2ddbc8303f.tar.gz | |
imx-gpu-viv: egl: Add alias for EGL_PLATFORM_X11_KHR
New EGL code uses EGL_PLATFORM_X11_KHR (for example glmark2) and the
value is the same, so we can provide an alias for it instead of
patching every code using it.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc')
| -rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc index 9c981326a..5a9a7a097 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc | |||
| @@ -27,7 +27,8 @@ PE = "1" | |||
| 27 | 27 | ||
| 28 | inherit fsl-eula-unpack | 28 | inherit fsl-eula-unpack |
| 29 | 29 | ||
| 30 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" | 30 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true \ |
| 31 | file://egl-Add-EGL_PLATFORM_X11_KHR-alias-to-EGL_PLATFORM_X.patch" | ||
| 31 | 32 | ||
| 32 | PACKAGES =+ "libclc-mx6 libclc-mx6-dev \ | 33 | PACKAGES =+ "libclc-mx6 libclc-mx6-dev \ |
| 33 | libgl-mx6 libgl-mx6-dev \ | 34 | libgl-mx6 libgl-mx6-dev \ |
