]> code.ossystems Code Review - meta-freescale.git/commit
mesa: Limit OSMesa to DRM and remove swrast
authorTom Hochstein <tom.hochstein@nxp.com>
Fri, 22 Jan 2021 22:25:50 +0000 (16:25 -0600)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 3 Feb 2021 19:48:43 +0000 (16:48 -0300)
commit9a6fe76e6509e8e23a16587f747d915a22f8305f
tree9c95f6b4776075bbf08c789116aaee17a55304a6
parent03fa40114dd1f1a4d79c672a6f3cbf3eae1e2077
mesa: Limit OSMesa to DRM and remove swrast

OSMesa was originally added for i.MX 8 only. This limitation was recently dropped
accidentally. Additionally, the 8DualXLite has no GPU and fails to build:

```
| In file included from ../../../mesa-demos-8.4.0/src/osdemos/osdemo32.c:14:
| ../../../mesa-demos-8.4.0/src/util/glut_wrap.h:9:12: fatal error: GL/glut.h: No such file or directory
|     9 | #  include <GL/glut.h>
|       |            ^~~~~~~~~~~
| compilation terminated.
```

Fix the OSMesa configuration by limiting it to parts with DRM.

Also, adding swrast prevents the use of hardware acceleration. Drop swrast.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit 47394d05017483e7fd0cba5b927c76198bdfa062)
recipes-graphics/mesa/mesa_%.bbappend