diff options
| -rw-r--r-- | cscript | 2 | ||||
| -rw-r--r-- | src/wscript | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ import os def dependencies(target): - return (('asdcplib-cth', 'v0.1.3'), ('libcxml', 'v0.15.4'), ('libdcp', None)) + return (('asdcplib-cth', 'v0.1.3'), ('libcxml', 'v0.15.4'), ('libdcp', '1.0')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory diff --git a/src/wscript b/src/wscript index 162f537..4f0426a 100644 --- a/src/wscript +++ b/src/wscript @@ -44,6 +44,7 @@ def build(bld): effect.h exceptions.h font_size.h + horizontal_position.h rational.h raw_subtitle.h reader.h |
