Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-24 | [cmake] Cleanup and modernisation | fuzzard | |
add find_package(pkgconfig) where missing Use HINTS instead of PATHS as the paths are provided by other things such as pkgconfig As per cmake docs https://cmake.org/cmake/help/latest/command/find_library.html Search the paths specified by the HINTS option. These should be paths computed by system introspection, such as a hint provided by the location of another item already found. Hard-coded guesses should be specified with the PATHS option. Pull version requirements out of modules | |||
2023-04-11 | [cmake] gbm: require libdisplay-info | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2021-08-31 | [cmake] gbm: EGL is only required when using OpenGL or OpenGLES | Lukas Rusak | |
2021-04-28 | [cmake] gbm: require udev | Lukas Rusak | |
2020-10-27 | [cmake] only use APP_RENDER_SYSTEM | Lukas Rusak | |
2020-10-27 | [cmake] treat CORE_PLATFORM_NAME_LC as a list | Lukas Rusak | |
2020-10-27 | system/settings: merge x11.xml wayland.xml and gbm.xml into linux.xml | Lukas Rusak | |
2020-10-22 | utils/EGLUtils: allow generic types | Lukas Rusak | |
2020-01-26 | [gbm] define EGL_NO_X11 to follow upstream changes | Lukas Rusak | |
2018-08-02 | Windowing: GBM - add OpenGL support | Wolfgang Haupt | |
2018-07-23 | Allow to specify EGL platform enum for CreateDisplay() | Philipp Kerling | |
2018-04-25 | [cmake] add LibInput | Lukas Rusak | |
2018-02-25 | [Settings] Allow s/w decode for GBM platform | peak3d | |
2018-02-12 | [GBM] Add meson / allow single plane mode | peak3d | |
2018-01-04 | added: pass render system to use to add-ons | notspiff | |
wayland can use either gl or gles and we need to know which in add-ons | |||
2017-12-22 | [cmake] merge FindOpenGLES3.cmake and FindOpenGLES.cmake | Lukas Rusak | |
2017-07-10 | [cmake] gbm requires opengles3 when vaapi is enabled | Lukas Rusak | |
2017-07-10 | [cmake] allow building gbm with vaapi | Lukas Rusak | |
2017-07-05 | [cmake] allow building with gbm | Lukas Rusak | |