diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-02-14 23:49:25 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-27 15:51:03 +0000 |
| commit | 75722f462e40cb014aff79ee9edce0b2cddfa972 (patch) | |
| tree | 603a2c3fb497f7f68cf431052eafadc1c2b49049 | |
| parent | 76af05d052f6d7e8860815f53bd6d5ff0863f8c5 (diff) | |
| download | poky-75722f462e40cb014aff79ee9edce0b2cddfa972.tar.gz | |
eglinfo-fb: Pass -DMESA_EGL_NO_X11_HEADERS to cxxflags
This helps in compiling on graphics drivers which use
this define to differentiate between eglfs and x11 headers
e.g. mali or mesa
(From OE-Core rev: 2638482c3b2a5766d2a1377a589245664140e270)
(From OE-Core rev: 670ccc391ed95564279d36a7967d46a922d69c95)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.0.bb b/meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.0.bb index dc2820cda7..cccdd2073d 100644 --- a/meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.0.bb +++ b/meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.0.bb | |||
| @@ -4,3 +4,4 @@ EGLINFO_BINARY_NAME ?= "eglinfo-fb" | |||
| 4 | require eglinfo.inc | 4 | require eglinfo.inc |
| 5 | 5 | ||
| 6 | SUMMARY += "(Framebuffer version)" | 6 | SUMMARY += "(Framebuffer version)" |
| 7 | CXXFLAGS += "-DMESA_EGL_NO_X11_HEADERS=1" | ||
