Added more obvious error message when SLV2 is too old.
authorDavid Robillard <d@drobilla.net>
Wed, 16 Jan 2008 18:06:13 +0000 (18:06 +0000)
committerDavid Robillard <d@drobilla.net>
Wed, 16 Jan 2008 18:06:13 +0000 (18:06 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2925 d708f5d6-7413-0410-9779-e7cbd77b26cf

SConstruct

index b0dfbb292c1acf959b702b081b854e8f0459f472..e12852cd965657870983db1137233e9e9448d7fa 100644 (file)
@@ -536,6 +536,7 @@ if env['LV2']:
                libraries['slv2'].ParseConfig('pkg-config --cflags --libs slv2')
        else:
                print 'Building Ardour with LV2 support requires SLV2 >= 0.4.4'
+               print 'WARNING: SLV2 not found, or too old.  Ardour will be built without LV2 support.'
                env['LV2'] = 0
        conf.Finish()