We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98dd37 commit 84792f4Copy full SHA for 84792f4
.travis/Brewfile.travis
@@ -1,5 +1,8 @@
1
# using https://github.com/Homebrew/homebrew-bundle/blob/master/README.md#usage as example
2
-brew "sdl sdl_gfx sdl_mixer sdl_ttf"
+brew "sdl"
3
+brew "sdl_gfx"
4
+brew "sdl_mixer"
5
+brew "sdl_ttf"
6
brew "glew" unless system '[[ "$HYPERROGUE_USE_GLEW" != "1" ]]'
7
brew "libpng" unless system '[[ "$HYPERROGUE_USE_PNG" != "1" ]]'
-brew "automake" unless system '[[ "$TRAVIS_USE_AUTOTOOLS" != "1" ]]'
8
+brew "automake" unless system '[[ "$TRAVIS_USE_AUTOTOOLS" != "1" ]]'
0 commit comments