]> git.tdb.fi Git - libs/gui.git/blobdiff - Build
Add SimpleWindow and SimpleGLWindow
[libs/gui.git] / Build
diff --git a/Build b/Build
index e68abea116a842c0bf562d9194db0234ade3c915..eb067af4dfd051da1e91723499a665ebe93319b9 100644 (file)
--- a/Build
+++ b/Build
@@ -2,13 +2,14 @@
 
 package "mspgbase"
 {
-       description "Mikkosoft Productions graphics base library";
-       version "0.0";
+       version "0.9";
+       description "Base graphics and input library";
+
+       tar_file "License.txt";
 
        require "mspcore";
        require "mspstrings";
        require "sigc++-2.0";
-       require "opengl";
        if "arch!=win32"
        {
                require "xlib";
@@ -25,6 +26,18 @@ package "mspgbase"
                };
        };
 
+       feature "devil" "Include DevIL support for loading image files";
+       if "with_devil"
+       {
+               require "devil";
+       };
+
+       feature "opengl" "Include support for OpenGL contexts";
+       if "with_opengl"
+       {
+               require "opengl";
+       };
+
        headers "gbase"
        {
                source "source/gbase";