slv2 also needs lrdf
git-svn-id: svn://localhost/ardour2/branches/3.0@5035 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -211,7 +211,7 @@ def build(bld):
|
||||
version.cc
|
||||
waveview.cc
|
||||
'''
|
||||
obj.source += 'x11.cc'
|
||||
obj.source += ' x11.cc'
|
||||
obj.includes = ['.']
|
||||
obj.name = 'gtk2_ardour'
|
||||
obj.target = 'ardour-3.0'
|
||||
|
||||
@@ -232,8 +232,8 @@ def build(bld):
|
||||
#obj.source += ' st_stretch.cc st_pitch.cc '
|
||||
#obj.uselib += ' SOUNDTOUCH '
|
||||
if bld.env['HAVE_SLV2']:
|
||||
obj.source += ' lv2_plugin.cc '
|
||||
obj.uselib += ' SLV2 '
|
||||
obj.source += ' lv2_plugin.cc'
|
||||
obj.uselib += ' LRDF SLV2'
|
||||
obj.cxxflags += ['-DHAVE_SLV2']
|
||||
|
||||
def shutdown():
|
||||
|
||||
Reference in New Issue
Block a user