X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=Build;h=7e98f4c724343e4cad002181e5f4ffcb4ae02976;hp=829b15f5d87f331f12bf9800df6513553cd2a692;hb=e77c027ce8efb5dafd93bdd0f77504218a955665;hpb=c7b4f16ba8467835d7a0100c722d653efbc00a94 diff --git a/Build b/Build index 829b15f5..7e98f4c7 100644 --- a/Build +++ b/Build @@ -2,26 +2,28 @@ package "mspgl" { - description "C++ wrappers for OpenGL"; - version "0.1"; + version "1.1"; + description "Lightweight C++/OpenGL graphics engine"; require "mspdatafile"; + require "mspgbase"; require "opengl"; - feature "devil" "Include DevIL support for loading image files"; - if "with_devil" + headers "msp/gl" { - require "devil"; - build_info - { - library "ILU"; - }; + source "source"; + install true; }; library "mspgl" { source "source"; install true; - install_headers "msp/gl"; + }; + + tarball "@src" + { + source "License.txt"; + source "Changelog.txt"; }; };