summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/eglinfo
Commit message (Collapse)AuthorAgeFilesLines
* eglinfo-x11: align to VC4Andreas Müller2016-10-141-1/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* eglinfo-x11: Disable --as-neededKhem Raj2016-03-281-0/+1
| | | | | | | | | | --as-needed exposes a dependency problem where libegl needs some symbols from libgles2 but the order that waf uses on linker cmdline for these libs is reversed so we end up with link time failures e.g. libEGL.so: undefined reference to `glxx_client_GetRenderbufferParameteriv' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* eglinfo-x11,eglinfo-fb: Add EGLINFO_DEVICE via bbappendsKhem Raj2016-03-102-0/+2
Signed-off-by: Khem Raj <raj.khem@gmail.com>