summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-02-09 00:29:00 +0100
committerCarl Hetherington <cth@carlh.net>2024-03-20 18:21:14 +0100
commit8f1f5db2b193fe1db7eeabda2a7b3eee03dde886 (patch)
tree7cf76203fbfc7821721ed2224a1044d4f48d0fcd /cscript
parenta451df311d43ee161864bf2faa4c584a0afa8b8f (diff)
Replace xmlpp::Node::add_child with cxml::add_child.
Diffstat (limited to 'cscript')
-rw-r--r--cscript6
1 files changed, 5 insertions, 1 deletions
diff --git a/cscript b/cscript
index 5cfa5834..413f62c2 100644
--- a/cscript
+++ b/cscript
@@ -35,7 +35,11 @@ import os
import shutil
def dependencies(target, options):
- return (('libcxml', 'v0.17.6'), ('openjpeg', 'ad8edaacd54a862940d0a77c41ecda5858b54d6e'), ('asdcplib', '8a4a2f25cac0c58aac1d4267facab20e5ec3b57f'))
+ return (
+ ('libcxml', 'v0.17.8', options),
+ ('openjpeg', 'ad8edaacd54a862940d0a77c41ecda5858b54d6e'),
+ ('asdcplib', '8a4a2f25cac0c58aac1d4267facab20e5ec3b57f')
+ )
def build(target, options):
cmd = './waf configure --disable-examples --disable-dumpimage --disable-benchmarks --prefix=%s' % target.directory