[oe-commits] [openembedded-core] 15/59: eglinfo-fb: Pass -DMESA_EGL_NO_X11_HEADERS to cxxflags

git at git.openembedded.org git at git.openembedded.org
Sat Feb 24 10:36:34 UTC 2018


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

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

commit 2638482c3b2a5766d2a1377a589245664140e270
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
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.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