summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/eglinfo
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-02-14 23:49:25 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-24 10:31:45 +0000
commit70acbc6de4993ddfec8f64c5a3800d235eb947a9 (patch)
tree340cbec0ed3ba2f41fe6d47cd1bb951805bfe358 /meta/recipes-graphics/eglinfo
parentee997e9c54555b97fb6f956c63cbcd03dde5e0bf (diff)
downloadpoky-70acbc6de4993ddfec8f64c5a3800d235eb947a9.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) 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>
Diffstat (limited to 'meta/recipes-graphics/eglinfo')
-rw-r--r--meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.0.bb1
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"
4require eglinfo.inc 4require eglinfo.inc
5 5
6SUMMARY += "(Framebuffer version)" 6SUMMARY += "(Framebuffer version)"
7CXXFLAGS += "-DMESA_EGL_NO_X11_HEADERS=1"