From 18d6284438bb69655670a7b1e931cd73f35d00d8 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 14 Dec 2008 09:35:23 +0000 Subject: bump required version of GTK, SLV2; basic fixups so that the new port-matrix io-selector actually shows up, even if its ugly and not working correctly git-svn-id: svn://localhost/ardour2/branches/3.0@4322 d708f5d6-7413-0410-9779-e7cbd77b26cf --- SConstruct | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 7cdd1449e7..8174a9171a 100644 --- a/SConstruct +++ b/SConstruct @@ -471,7 +471,7 @@ deps = \ { 'glib-2.0' : '2.10.1', 'gthread-2.0' : '2.10.1', - 'gtk+-2.0' : '2.8.1', + 'gtk+-2.0' : '2.12.1', 'libxml-2.0' : '2.6.0', 'samplerate' : '0.1.0', 'raptor' : '1.4.2', @@ -595,7 +595,7 @@ else: if env['LV2']: conf = env.Configure(custom_tests = { 'CheckPKGVersion' : CheckPKGVersion}) - if conf.CheckPKGVersion('slv2', '0.6.1'): + if conf.CheckPKGVersion('slv2', '0.6.2'): libraries['slv2'] = LibraryInfo() libraries['slv2'].ParseConfig('pkg-config --cflags --libs slv2') env.Append (CCFLAGS="-DHAVE_LV2") -- cgit v1.2.3