]> git.tdb.fi Git - libs/gltk.git/blobdiff - Build
Adapt to Collection API changes
[libs/gltk.git] / Build
diff --git a/Build b/Build
index 8413be4c02467ee579bea2601ec2edb91218a376..090f15ceff5b98083d8f91a37e0d38ddc449175e 100644 (file)
--- a/Build
+++ b/Build
@@ -1,13 +1,11 @@
-/* $Id$ */
-
 package "mspgltk"
 {
        version "1.1";
        description "OpenGL-based widget toolkit";
 
        require "mspgl";
-       require "mspgbase";
-       require "mspfs";
+       require "mspgui";
+       require "mspcore";
 
        headers "msp/gltk"
        {
@@ -19,6 +17,10 @@ package "mspgltk"
        {
                source "source";
                install true;
+               install_map
+               {
+                       map "source" "include/msp/gltk";
+               };
        };
 
        program "helloworld"
@@ -30,7 +32,7 @@ package "mspgltk"
                };
        };
 
-       tarball "@src"
+       source_tarball
        {
                source "License.txt";
                source "Changelog.txt";