Removed dependency to libjpeg, stb_image_write now supports writing JPEG files

This commit is contained in:
Laurent Gomila 2017-09-08 09:38:51 +02:00 committed by Lukas Dürrenberger
parent 44944989e8
commit 2aa70def6f
26 changed files with 8 additions and 1986 deletions

View file

@ -10,6 +10,6 @@ Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
Requires: sfml-window
Requires.private: sfml-system, freetype2
Libs: -L${libdir} -lsfml-graphics
# gl and jpeg may not be in pkg-config
Libs.private: @OPENGL_gl_LIBRARY@ @OPENGL_glu_LIBRARY@ @JPEG_LIBRARY@
# gl may not be in pkg-config
Libs.private: @OPENGL_gl_LIBRARY@ @OPENGL_glu_LIBRARY@
Cflags: -I${includedir}