summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-01-11 10:57:09 +0000
committerCarl Hetherington <cth@carlh.net>2017-01-11 11:23:42 +0000
commit04ae4d393603da286d78a72c4f60c545c03b35e8 (patch)
treec7ce2f66a96d76408587bc22c9b88688a2c943e0 /cscript
parent586f9b90034640c82eb51d7e4573f4125a2f4ad0 (diff)
Replace DCP parser with basic version that uses libdcp.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 03f98d0..6ce9319 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'v0.1.3'), ('libcxml', 'v0.15.4'))
+ return (('asdcplib-cth', 'v0.1.3'), ('libcxml', 'v0.15.4'), ('libdcp', None))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory