Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *-symbol-check: use correct `nm` path when cross-compiling | Eric Engestrom | 2018-02-26 | 1 | -1/+1 |
| | | | | | | Inspired-by: a similar patch for libdrm by Heiko Becker Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]> | ||||
* | egl: fail symbol check if lib is missing | Eric Engestrom | 2017-10-31 | 1 | -1/+9 |
| | | | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]> Reviewed-by: Emil Velikov <[email protected]> | ||||
* | egl/egl-symbols-check: do not mandate bash | Emil Velikov | 2017-03-10 | 1 | -1/+1 |
| | | | | | | | | There's nothing bash specific in the script. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Andreas Boll <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> | ||||
* | egl: fix make check broken by interop support | Marek Olšák | 2016-04-26 | 1 | -0/+2 |
| | |||||
* | automake: egl: add symbols test | Emil Velikov | 2015-11-20 | 1 | -0/+55 |
Should help us catch issues where we expose any extra symbols by mistake. Just like the ones fixes with previous commit. Signed-off-by: Emil Velikov <[email protected]> Tested-by: Kai Wasserbäch <[email protected]> Reviewed-by: Kristian Høgsberg <[email protected]> Acked-by: Matt Turner <[email protected]> |