mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 10:19:02 +08:00
Merge pull request #8535 from karjonas/irrlicht_deps
[irrlicht] do not build exisiting dependencies
This commit is contained in:
commit
f3caee1cf0
@ -137,6 +137,14 @@ if(NOT ${IRR_SHARED_LIB})
|
||||
target_compile_definitions(Irrlicht PUBLIC _IRR_STATIC_LIB_)
|
||||
endif()
|
||||
|
||||
# Disable Irrlicht building already provided dependencies
|
||||
target_compile_definitions(Irrlicht
|
||||
PRIVATE NO_IRR_USE_NON_SYSTEM_ZLIB_
|
||||
PRIVATE NO_IRR_USE_NON_SYSTEM_LIB_PNG_
|
||||
PRIVATE NO_IRR_USE_NON_SYSTEM_BZLIB_
|
||||
PRIVATE NO_IRR_USE_NON_SYSTEM_JPEG_LIB_
|
||||
)
|
||||
|
||||
# Per platform config
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
Source: irrlicht
|
||||
Version: 1.8.4-3
|
||||
Version: 1.8.4-4
|
||||
Homepage: http://irrlicht.sourceforge.net
|
||||
Description: Irrlicht lightning fast 3d engine
|
||||
Build-Depends: zlib, libpng, bzip2, libjpeg-turbo
|
||||
|
Loading…
Reference in New Issue
Block a user