mirror of
https://git.yoctoproject.org/poky
synced 2026-09-08 12:49:32 +02:00
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>
8 lines
160 B
BlitzBasic
8 lines
160 B
BlitzBasic
EGLINFO_PLATFORM ?= "fb"
|
|
EGLINFO_BINARY_NAME ?= "eglinfo-fb"
|
|
|
|
require eglinfo.inc
|
|
|
|
SUMMARY += "(Framebuffer version)"
|
|
CXXFLAGS += "-DMESA_EGL_NO_X11_HEADERS=1"
|