]> git.tdb.fi Git - libs/gl.git/blobdiff - Build
Require mspgbase now that Image was moved there
[libs/gl.git] / Build
diff --git a/Build b/Build
index 829b15f5d87f331f12bf9800df6513553cd2a692..46a9b2eb06c37da3bb1b34d0aab39d49d03d7895 100644 (file)
--- a/Build
+++ b/Build
@@ -2,22 +2,15 @@
 
 package "mspgl"
 {
+       version "0.9";
        description "C++ wrappers for OpenGL";
-       version "0.1";
+
+       tar_file "License.txt";
 
        require "mspdatafile";
+       require "mspgbase";
        require "opengl";
 
-       feature "devil" "Include DevIL support for loading image files";
-       if "with_devil"
-       {
-               require "devil";
-               build_info
-               {
-                       library "ILU";
-               };
-       };
-
        library "mspgl"
        {
                source "source";