aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mesalib-glw.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/mesalib-glw.rb b/Library/Formula/mesalib-glw.rb
index 4277002c4..67ba6009b 100644
--- a/Library/Formula/mesalib-glw.rb
+++ b/Library/Formula/mesalib-glw.rb
@@ -5,6 +5,13 @@ class MesalibGlw < Formula
url 'https://downloads.sourceforge.net/project/mesa3d/MesaLib/7.2/MesaLib-7.2.tar.gz'
sha1 '6390ece818ec6fecacaafe3618ae844cf5f92b92'
+ bottle do
+ cellar :any
+ sha1 "e585f5909a5bb42a2ac7cba52226a8421d437573" => :mavericks
+ sha1 "ffa2c628918d0e48f139cb4c2390d4df11d26be0" => :mountain_lion
+ sha1 "728b8a6ae9aaca91290eca05d35595b4bc1c7b77" => :lion
+ end
+
depends_on :x11
option 'enable-static', "Build static library"