aboutsummaryrefslogtreecommitdiff
path: root/cmake/platform/freebsd
AgeCommit message (Collapse)Author
2020-10-27[cmake] only use APP_RENDER_SYSTEMLukas Rusak
2020-10-27[cmake] treat CORE_PLATFORM_NAME_LC as a listLukas Rusak
2020-09-08RPi: remove platformLukas Rusak
2019-12-07Link with libepoll-shim on FreeBSDTobias Kortkamp
FreeBSD does not have epoll() but there is a kqueue-based shim for it called epoll-shim. This allows the GBM platform to build on FreeBSD.
2019-05-23[cmake] remove _LINUX defineLukas Rusak
2019-03-20[cmake] fix set of APP_RENDER_SYSTEM on KodiConfig.cmakeAlwin Esch
In the implementation of GLES under Windows found the foolish finding of OpenGL. This seems to exist systematically and makes it a little harder. Then found that "APP_RENDER_SYSTEM" of "KodiConfig.cmake" is not defined correctly (empty defined). This request fixes this and uses the "platform" folder. Parts of "Platform.cmake" are also included in PrepareEnv.cmake. TODO: Refactor on v19 to remove the if/else usage
2018-04-25Create cmake/platform/linux/{gbm,rbpi}.cmake for FreeBSDTobias Kortkamp
Signed-off-by: Tobias Kortkamp <tobik@FreeBSD.org>
2018-01-08[cmake] Fix freebsd wayland includePhilipp Kerling
2018-01-04[cmake][wayland] Deduplicate identical CMake file for BSD and LinuxPhilipp Kerling
2017-11-06[cmake] FreeBSD platform changes for 30c3e25Ahto Taat
2016-12-21[cmake] Move to root folder: Move filesh.udo