From 12e112954dc44bc739644381e2859894dc49a683 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sun, 16 Jun 2013 23:25:30 +0300 Subject: [PATCH] Some fixes to the Build file --- Build | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Build b/Build index 307ebbf..ea9ef31 100644 --- a/Build +++ b/Build @@ -21,10 +21,8 @@ package "mspgltk" program "helloworld" { source "helloworld.cpp"; - build_info - { - library "mspgltk"; - }; + require "sigc++-2.0"; + use "mspgltk"; }; source_tarball -- 2.43.0