Remove freeglut as dependency for SFML (#3681)

* Remove freeglut as dependency for SFML

SFML doesn't use freeglut as dependency.

I'm not familiar enough with vcpkg, but does 'stb' need to be specified as dependency as well? We already include that header, or does vcpkg make sure it replaces it with the latest stb version?

* [sfml] Bump version and remove qualifier from stb dependency
This commit is contained in:
Lukas Dürrenberger 2018-06-16 19:20:23 +02:00 committed by Robert Schumacher
parent c2b9c33adf
commit 6f61b99e2f

View File

@ -1,4 +1,4 @@
Source: sfml
Version: 2.5.0
Version: 2.5.0-1
Description: Simple and fast multimedia library
Build-Depends: freetype, libflac, libogg, libvorbis, openal-soft, stb, freeglut (!uwp&&!windows)
Build-Depends: freetype, libflac, libogg, libvorbis, openal-soft, stb