]> 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 19:48:43 +0000 (16:48 -0300)
commit2f9dcf62d3b7058193658efb352423c15cee1b0e
tree9ba107ea6a3a6e0e3918bba90fc69369087e00b0
parent1aff2e34a84573d8d4f8a36561c99c8540ae5b1a
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