Skip to content

Commit

Permalink
Remove freeglut as dependency for SFML (microsoft#3681)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
eXpl0it3r authored and ras0219-msft committed Jun 16, 2018
1 parent c2b9c33 commit 6f61b99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ports/sfml/CONTROL
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6f61b99

Please sign in to comment.