summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-11-08 11:13:54 +0100
committerCarl Hetherington <cth@carlh.net>2025-11-08 11:14:03 +0100
commit5a66605af361fbb8b041bced84fd9095d329a14f (patch)
tree8daf98cf26ff4bce56ca1ff80f389ceaf7735916 /cscript
parentb4c12eaef029e6835bc3417b0e6169fdbbf458bb (diff)
Use our own openjpeg for running tests on arch.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 30412d2cd..7c66cfd9d 100644
--- a/cscript
+++ b/cscript
@@ -502,7 +502,7 @@ def build_with_cpp17(target):
def dependencies(target, options):
- deps = [('libdcp', 'v1.10.36', {'c++17': build_with_cpp17(target)})]
+ deps = [('libdcp', 'v1.10.37', {'c++17': build_with_cpp17(target)})]
deps.append(('libsub', 'v1.6.57'))
deps.append(('leqm-nrt', 'd75d0af984d9c14bfefca8f1bdbc215c3bf3a388'))
if target.platform != 'linux' or target.distro != 'arch':