diff options
author | Dave Parks <davep@lindenlab.com> | 2011-04-14 11:56:33 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-04-14 11:56:33 -0500 |
commit | b4b3c4f763bb3d39c91fbabb5d1a9cb2f178aa1a (patch) | |
tree | ec1282abbc155f17bc1a432ff9688cfc7775c011 | |
parent | f92d521b46355caa17517b88cc9911179de3b221 (diff) |
Include glext headers on linux.
-rw-r--r-- | autobuild.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/autobuild.xml b/autobuild.xml index 3d5460733d..841c546ae7 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -601,6 +601,18 @@ <key>name</key> <string>windows</string> </map> + <key>linux</key> + <map> + <key>archive</key> + <map> + <key>hash</key> + <string>5de58ca0fe19abf68b25956762ee0d29</string> + <key>url</key> <!-- Just use the windows pakcage for linux since these are cross platform headers --> + <string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/glext-68-windows-20110406.tar.bz2</string> + </map> + <key>name</key> + <string>windows</string> + </map> </map> </map> <key>glh_linear</key> |