]> git.tdb.fi Git - libs/datafile.git/commitdiff
Require sigc++-2.0 since PackSource uses it
authorMikko Rasa <tdb@tdb.fi>
Sun, 5 Oct 2014 11:54:14 +0000 (14:54 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 5 Oct 2014 11:54:14 +0000 (14:54 +0300)
The signal connection may be refactored into libmspcore in the future,
but it's required here for now.

Build

diff --git a/Build b/Build
index 7debad7e6902af387fb0c9673a2738f11ae2ec18..58ab4ed4986ec331cce813882b8a24e9dfc0e4d9 100644 (file)
--- a/Build
+++ b/Build
@@ -4,6 +4,7 @@ package "mspdatafile"
        description "Structured datafile library";
 
        require "mspcore";
+       require "sigc++-2.0";
 
        library "mspdatafile"
        {