From 2d0f699e5ddaab31e936d3c76cbc59cef487987d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 18 Oct 2008 21:33:59 +0000 Subject: Lower glib/glibmm dependency to 2.14. Fix optional parameters all over the palce because waf is retarded and sets failed check variables to ##some#stupid#name#like#this instead of false. Portability fixes (Ingen (except GUI) and all dependencies builds on OSX). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1681 a436a847-0d15-0410-975c-d299462d15a1 --- src/serialisation/wscript | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/serialisation/wscript') diff --git a/src/serialisation/wscript b/src/serialisation/wscript index 8fa5aeb9..d1d30a26 100644 --- a/src/serialisation/wscript +++ b/src/serialisation/wscript @@ -9,9 +9,10 @@ def build(bld): Serialiser.cpp serialisation.cpp ''' - obj.includes = ['.', '..', '../common'] - obj.name = 'libingen_serialisation' - obj.target = 'ingen_serialisation' - obj.inst_dir = 'lib/ingen' + obj.includes = ['.', '..', '../common'] + obj.name = 'libingen_serialisation' + obj.target = 'ingen_serialisation' + obj.inst_dir = 'lib/ingen' + obj.uselib_local = 'libingen_shared' autowaf.use_lib(bld, obj, 'GLIBMM LV2CORE SLV2 RAUL REDLANDMM') -- cgit v1.2.1