| Age | Commit message (Collapse) | Author |
|
Sysctl has been deprecated for a while and in newer versions of glibc it
is removed which leads to a compilation error on modern Linux. This is
fixed in SVN trunk of irrlich so I copied the include guards from there.
In this case sysctl headers are only loaded for OS X where they are also
actually used.
|
|
|
|
|
|
|
|
* [irrlicht] add feature to support unicode path on windows
* use vcpkg_check_features
* fix tools feature
|
|
Since libjpeg, libpng, zlib and bzlib are provided as dependencies
through vcpkg, we disable building them in irrlicht. This fixes a
runtime error steming from a version mismatch between the libjpeg
versions provided by irrlicht and vcpkg respectively
|
|
Since libpng depends on zlib it needs to be linked before so that the needed zlib symbols are found
|
|
* modernize many ports
* Update the code to handle copyright
* Retriger to build qt5-gamepad
|
|
This reverts commit 22be764ecc302d93371b8f7a05faf0fc4e39fa31.
|
|
|
|
|
|
|