]> code.ossystems Code Review - meta-freescale.git/commit
mesa: Disable dri for parts without DRM
authorTom Hochstein <tom.hochstein@nxp.com>
Tue, 2 Feb 2021 18:15:45 +0000 (12:15 -0600)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 3 Feb 2021 10:57:42 +0000 (07:57 -0300)
commit930fcee267e4ea79bdcf38b1eed55502b83d228a
treef7bdedbb4ed53fe6051cfe88ba1989e86fb94dcc
parent2810ff4219818a64085d126b38c5b4b6c7f839af
mesa: Disable dri for parts without DRM

On dunfell mesa build breaks with dri enabled:

```
| meson.build:455:4: ERROR: Problem encountered: building dri drivers require at least one windowing system or classic osmesa
```

The break does not occur on master since dri is disabled if no dri drivers are
configured.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
recipes-graphics/mesa/mesa_%.bbappend