diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2020-04-23 08:44:03 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-04-24 14:00:40 -0300 |
commit | ef01e8bffe63621871c696bcc3c5b68b40680033 (patch) | |
tree | e2c9c74da849735b8929fe9dc93b2276620beb1c /recipes-graphics/xinput-calibrator | |
parent | e6f581f2064ed12a0535042bbb96361b6f617184 (diff) | |
download | meta-freescale-ef01e8bffe63621871c696bcc3c5b68b40680033.tar.gz |
waffle: Fix x11 build without GBM support
For i.MX 6 and 7, building x11_egl failed with the following:
```
In file included from ../waffle-1.6.0/src/waffle/surfaceless_egl/sl_window.c:35:
../waffle-1.6.0/src/waffle/surfaceless_egl/sl_platform.h:30:10: fatal error: gbm.h: No such file or directory
30 | #include <gbm.h>
| ^~~~~~~
```
The failure is not surprising since i.MX 6 and 7 don't
support GBM. What is surprising is surfaceless_egl is
built even if it is disabled. The meson dependency
for surfaceless_egl was incorrectly tied to x11_egl,
so fix that, plus add a dependency on GBM.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit 76467d61049bd89a25f5a26592bc6c8808e51ff9)
Diffstat (limited to 'recipes-graphics/xinput-calibrator')
0 files changed, 0 insertions, 0 deletions