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 10:58:11 +0000
commitf528fc50162db6fcecbaa2cd6121c7ee86a82777 (patch)
treeb5dec339a41dee33fb3ddbc31b1054e0008feffc /cscript
parentefb00e9649aa03a2c12bb6a63c5e7efdfd99506a (diff)
Replace DCP parser with basic version that uses libdcp.libdcp-again
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