diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-16 17:39:08 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-19 13:37:28 +0200 |
| commit | 5f090b58fc2a7742c3a924387416fa628f39477d (patch) | |
| tree | 7d9706650ab49666290e49d5cce5048a6b537afe /tools/wscript | |
| parent | bf59fbc84f5b156c9b42511f2075bf6112a46e4e (diff) | |
Add PDF formatter for verification reports (#1823).v1.10.28
Diffstat (limited to 'tools/wscript')
| -rw-r--r-- | tools/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/wscript b/tools/wscript index a5fcf545..10192f50 100644 --- a/tools/wscript +++ b/tools/wscript @@ -33,6 +33,8 @@ def build(bld): uselib = 'OPENJPEG CXML OPENMP ASDCPLIB_DCPOMATIC BOOST_FILESYSTEM LIBXML++ XMLSEC1 OPENSSL XERCES DL MAGICK AVCODEC AVUTIL FMT FAST_FLOAT' + if bld.env.LIBDCP_HAVE_HARU: + uselib += ' HARU' for f in ['diff', 'info', 'verify']: obj = bld(features='cxx cxxprogram') |
