[irrlicht] Reorder link libraries

Since libpng depends on zlib it needs to be linked before so that the needed zlib symbols are found
This commit is contained in:
Jonas Karlsson 2019-10-08 13:53:17 +02:00
parent f3e317b16f
commit 66cfb24adf
2 changed files with 2 additions and 2 deletions

View File

@ -79,9 +79,9 @@ else()
endif()
target_link_libraries(Irrlicht PRIVATE
${ZLIB_LIBRARY}
${PNG_LIBRARY}
${JPEG_LIBRARY}
${ZLIB_LIBRARY}
${BZIP2_LIBRARY}
)

View File

@ -1,5 +1,5 @@
Source: irrlicht
Version: 1.8.4-2
Version: 1.8.4-3
Homepage: http://irrlicht.sourceforge.net
Description: Irrlicht lightning fast 3d engine
Build-Depends: zlib, libpng, bzip2, libjpeg-turbo