]> git.tdb.fi Git - libs/gltk.git/blobdiff - Build
Implement mouse wheel scrolling in List
[libs/gltk.git] / Build
diff --git a/Build b/Build
index 2b18545252c674c03aefbcfb8b275e92d42c629f..ea9ef311e155229a61a1bb0b8463e96306dc8e9c 100644 (file)
--- a/Build
+++ b/Build
@@ -1,6 +1,6 @@
 package "mspgltk"
 {
-       version "1.1";
+       version "2.0";
        description "OpenGL-based widget toolkit";
 
        require "mspgl";
@@ -21,10 +21,8 @@ package "mspgltk"
        program "helloworld"
        {
                source "helloworld.cpp";
-               build_info
-               {
-                       library "mspgltk";
-               };
+               require "sigc++-2.0";
+               use "mspgltk";
        };
 
        source_tarball