Changeset f3dc87b782466ff10b8bbe73eef00e3287d9b565
- Timestamp:
- 12/29/09 23:02:43 (2 years 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rb22a23b
|
rf3dc87b
|
|
| 24 | 24 | |
| 25 | 25 | conf.check_pkg('lv2core', mandatory=True) |
| 26 | | conf.check_pkg('liblo', mandatory=True) |
| 27 | 26 | |
| 28 | 27 | def build(bld): |
| 29 | 28 | filter = bld.create_obj('lv2plugin', type='cc') |
| 30 | | filter.uselib = 'LV2CORE LIBLO' |
| | 29 | filter.uselib = 'LV2CORE' |
| 31 | 30 | filter.target = 'filter' |
| 32 | 31 | filter.ttl = ['filter.ttl', 'manifest.ttl', 'ui', 'lv2logo.png'] |