mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-11-24 03:39:45 +00:00
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:
parent
c2b9c33adf
commit
6f61b99e2f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user