Changeset f3dc87b782466ff10b8bbe73eef00e3287d9b565

Show
Ignore:
Timestamp:
12/29/09 23:02:43 (7 months ago)
Author:
Nedko Arnaudov <nedko@…>
Children:
18130f5af841b306027cdd11643467ddfd2cc9a4
Parents:
b2f535d5cca82f1609911f03bcbe0a6015393030
git-author:
Nedko Arnaudov <nedko@arnaudov.name> / 2009-12-29T23:02:37Z+0200
git-committer:
Nedko Arnaudov <nedko@arnaudov.name> / 2009-12-29T23:02:43Z+0200
Message:

Don't require liblo and don't link to it. (reported by Philipp Uberbacher)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wscript

    rb22a23b rf3dc87b  
    2424 
    2525    conf.check_pkg('lv2core', mandatory=True) 
    26     conf.check_pkg('liblo', mandatory=True) 
    2726 
    2827def build(bld): 
    2928    filter = bld.create_obj('lv2plugin', type='cc') 
    30     filter.uselib = 'LV2CORE LIBLO' 
     29    filter.uselib = 'LV2CORE' 
    3130    filter.target = 'filter' 
    3231    filter.ttl = ['filter.ttl', 'manifest.ttl', 'ui', 'lv2logo.png']