X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=eb067af4dfd051da1e91723499a665ebe93319b9;hb=fbefc4904d290205658209bbe2392b4b7f9e2711;hp=8c834be037858b481c49574b05dedb50ed5a7b61;hpb=aeb2546fc11a7e27a02a47e85756746330253742;p=libs%2Fgui.git diff --git a/Build b/Build index 8c834be..eb067af 100644 --- 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"; @@ -31,6 +32,12 @@ package "mspgbase" require "devil"; }; + feature "opengl" "Include support for OpenGL contexts"; + if "with_opengl" + { + require "opengl"; + }; + headers "gbase" { source "source/gbase";