summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-12-14 09:35:23 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-12-14 09:35:23 +0000
commit18d6284438bb69655670a7b1e931cd73f35d00d8 (patch)
tree0ca40171267042f11f17e434d25be43074400133 /SConstruct
parent7b5e8bf0f751ec76fce440e1547f5a274a9b9549 (diff)
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
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
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")