aboutsummaryrefslogtreecommitdiff
path: root/ports/sfml/portfile.cmake
AgeCommit message (Collapse)Author
2021-01-20[sfml] Install usage and change version scheme to relaxed (#15718)ras0219
2020-08-22[sfml][imgui-sfml] Push SFML_STATIC_LIBRARIES setting into `sfml` (#11800)ras0219
2020-08-06[brotli] add pkgconfig / [freetype] depend on brotli (#12405)Alexander Neumann
* [brotli] add pkgconfig * [freetype] add pkgconfig and add dependency on brotli * [qt5-base] add new freetype dependency to brotli and zstd * [freetype] fix cmake paths * [freetype] removed renaming of include dir and unnecessary cmake fixes * [freetype-gl] fix glew include dir * [podofo] fix freetype search. * fixing wrong freetype stuff due to vcpkg owned wrong CMakeLists.txt ..... * fixing more freetype hidden issues. * [sfml] fix missing include * fix typo * [freetype] uncomment previous renaming of include folders * fix brotli linkage in static builds * remove added alias to avoid problems. * [freetype] add brotli to the wrapper * [lzokay] format manifest Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
2020-05-08[sfml] Remove unnecessary patch (#11246)Jack·Boos·Yu
2020-01-21Fix osx baseline build failures (#9726)Jack·Boos·Yu
* [xerces-c] Update REF and SHA512 * [sfml] re-trigger ci * [pcl] re-trigger ci * [boost-signals] re-trigger ci * [tmxparser] re-trigger ci * [soil2] switch repo to github * [gtest] re-trigger ci
2020-01-15[sfml] Declare Windows library export (#9190)Jack·Boos·Yu
2019-10-07[vcpkg] fatal_error when patch fails to apply (#8087)Stefano Sinigardi
vcpkg will now fail on failure to apply patches except when using `--head`.
2019-08-16Fix opengl for SFMLKrisztián Csordás
Cmake doesn't find opengl on Ubuntu (tried 18.04, 19.04) even after installing the required system dependencies. libgl1-mesa-dev works instead of mesa-common-dev, as noted here: https://stackoverflow.com/a/47926071/6597851.
2019-07-31Add PREFER_NINJA to many ports (#7468)Phoebe
* Add PREFER_NINJA to many ports
2018-12-17Update release version or commit to latest for below ports (#4957)Cheney Wang
* [botan][caf][celero][docopt][glbinding][nanodbc][sfgui]Update release version or commit to latest * [sfml] Add find_dependency(Freetype)
2018-10-26Upgrades 2018.10.25Robert Schumacher
2018-08-08[sfml] Fix using release freetype in debug modeRobert Schumacher
2018-06-09Added proper window-static supportLukas Dürrenberger
Just replacing export symbols doesn't really do the trick as the config file still won't find the static libraries, by "forcing" the `SFML_STATIC_LIBRARIES` to true when using the static target, the SFMLConfig.cmake and SFMLConfigDependencies.cmake files will properly detect the static libraries and it will also set the config header correctly.
2018-05-22[sfml] Use upstream CMake. Install SFMLConfig.cmake.Robert Schumacher
2018-05-15[sfml] update to 2.5.0milerius
2018-04-30[sfml] Support LinuxRobert Schumacher
2017-09-23Updated SFML to use githubjonathan.r.paton@googlemail.com
2017-02-11[sfml] Update to 2.4.2Robert Schumacher
2016-12-07[sfml] initial commitcodicodi