From: Carl Hetherington Date: Wed, 10 Sep 2014 17:24:22 +0000 (+0100) Subject: Build with 0.11.0 of libcxml. X-Git-Tag: v0.98.0~7 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=2001bef5b3a6256eedf1cada4977a3ba8a3732cd;p=libdcp.git Build with 0.11.0 of libcxml. --- diff --git a/cscript b/cscript index 10e2c9f2..3bca50ec 100644 --- a/cscript +++ b/cscript @@ -1,7 +1,7 @@ import os def dependencies(target): - return (('libcxml', '7a487a8'), ('openjpeg-cdist', '5d8bffd')) + return (('libcxml', 'v0.11.0'), ('openjpeg-cdist', '5d8bffd')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory