diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-21 03:04:37 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-21 03:04:37 +0000 |
| commit | 582d5b62401f092080eb11f07091eb0baa9b5e80 (patch) | |
| tree | 40bb4234d3a05869c140575323219805b0fd4a40 /cscript | |
| parent | 3efca90ea10f09980190d33eea2cc8346185a79a (diff) | |
Add 1.0 dep of libdcp.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ import os +def dependencies(target): + return (('libdcp', '1.0'),) + def build(target, options): cmd = './waf configure --prefix=%s' % target.directory if target.platform == 'linux': |
