[oe-commits] [openembedded-core] 03/12: eglinfo-fb: Pass -DMESA_EGL_NO_X11_HEADERS to cxxflags

git at git.openembedded.org git at git.openembedded.org
Tue Feb 27 15:51:34 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch rocko
in repository openembedded-core.

commit 670ccc391ed95564279d36a7967d46a922d69c95
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Wed Feb 14 23:49:25 2018 -0800

    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 at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.0.bb | 1 +
 1 file changed, 1 insertion(+)

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 dc2820c..cccdd20 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"
 require eglinfo.inc
 
 SUMMARY += "(Framebuffer version)"
+CXXFLAGS += "-DMESA_EGL_NO_X11_HEADERS=1"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list