]> git.tdb.fi Git - libs/gl.git/blob - Build
Require mspgbase now that Image was moved there
[libs/gl.git] / Build
1 /* $Id$ */
2
3 package "mspgl"
4 {
5         version "0.9";
6         description "C++ wrappers for OpenGL";
7
8         tar_file "License.txt";
9
10         require "mspdatafile";
11         require "mspgbase";
12         require "opengl";
13
14         library "mspgl"
15         {
16                 source "source";
17                 install true;
18                 install_headers "msp/gl";
19         };
20 };