[gnome-continuous-yocto/gnomeostree-3.28-rocko: 150/218] eglinfo-fb: Pass -DMESA_EGL_NO_X11_HEADERS to cxxflags



commit 75722f462e40cb014aff79ee9edce0b2cddfa972
Author: Khem Raj <raj khem gmail com>
Date:   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)
    
    (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>

 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 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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]