]> git.tdb.fi Git - libs/gltk.git/blobdiff - Build
Allow Root widgets to be created with custom input devices
[libs/gltk.git] / Build
diff --git a/Build b/Build
index 85e44f7817a53890e6906bb612fff7c352f3416c..2b18545252c674c03aefbcfb8b275e92d42c629f 100644 (file)
--- a/Build
+++ b/Build
@@ -4,19 +4,18 @@ package "mspgltk"
        description "OpenGL-based widget toolkit";
 
        require "mspgl";
-       require "mspgbase";
-       require "mspfs";
-
-       headers "msp/gltk"
-       {
-               source "source";
-               install true;
-       };
+       require "mspgui";
+       require "mspcore";
+       require "mspdatafile";
 
        library "mspgltk"
        {
                source "source";
                install true;
+               install_map
+               {
+                       map "source" "include/msp/gltk";
+               };
        };
 
        program "helloworld"
@@ -28,7 +27,7 @@ package "mspgltk"
                };
        };
 
-       tarball "@src"
+       source_tarball
        {
                source "License.txt";
                source "Changelog.txt";