mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:49:33 +08:00
17e9132f73
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
12 lines
361 B
Plaintext
12 lines
361 B
Plaintext
Source: irrlicht
|
|
Version: 1.8.4-4
|
|
Homepage: http://irrlicht.sourceforge.net
|
|
Description: Irrlicht lightning fast 3d engine
|
|
Build-Depends: zlib, libpng, bzip2, libjpeg-turbo
|
|
|
|
Feature: fast-fpu
|
|
Description: Enable fast maths (at the expense of precision)
|
|
|
|
Feature: tools
|
|
Description: Build the Tools FileToHeader, FontTool, GUIEditor and MeshConverter
|