aboutsummaryrefslogtreecommitdiff
path: root/cmake/platform/linux/gbm.cmake
AgeCommit message (Collapse)Author
2024-02-24[cmake] Cleanup and modernisationfuzzard
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-infoLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2021-08-31[cmake] gbm: EGL is only required when using OpenGL or OpenGLESLukas Rusak
2021-04-28[cmake] gbm: require udevLukas Rusak
2020-10-27[cmake] only use APP_RENDER_SYSTEMLukas Rusak
2020-10-27[cmake] treat CORE_PLATFORM_NAME_LC as a listLukas Rusak
2020-10-27system/settings: merge x11.xml wayland.xml and gbm.xml into linux.xmlLukas Rusak
2020-10-22utils/EGLUtils: allow generic typesLukas Rusak
2020-01-26[gbm] define EGL_NO_X11 to follow upstream changesLukas Rusak
2018-08-02Windowing: GBM - add OpenGL supportWolfgang Haupt
2018-07-23Allow to specify EGL platform enum for CreateDisplay()Philipp Kerling
2018-04-25[cmake] add LibInputLukas Rusak
2018-02-25[Settings] Allow s/w decode for GBM platformpeak3d
2018-02-12[GBM] Add meson / allow single plane modepeak3d
2018-01-04added: pass render system to use to add-onsnotspiff
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.cmakeLukas Rusak
2017-07-10[cmake] gbm requires opengles3 when vaapi is enabledLukas Rusak
2017-07-10[cmake] allow building gbm with vaapiLukas Rusak
2017-07-05[cmake] allow building with gbmLukas Rusak