summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-25 00:04:03 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-25 00:04:03 +0100
commit49651967e5fe9d948d82269bc71a922f244e602d (patch)
treed08a41b4bcaed2f4c98b292d656e3dc528af58be /cscript
parentfbbbda8082f17cb0946c4a489ba9330301069575 (diff)
Add libcxml dep.
Diffstat (limited to 'cscript')
-rw-r--r--cscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/cscript b/cscript
index d985838fc..f232c013d 100644
--- a/cscript
+++ b/cscript
@@ -7,6 +7,7 @@ def dependencies(target):
return ()
else:
return (('openjpeg-cdist', None),
+ ('libcxml', None),
('ffmpeg-cdist', '488d5d4496af5e3a3b9d31d6b221e8eeada6b77e'),
('libdcp', 'v0.45'))