diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-20 16:23:04 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-20 16:23:04 +0200 |
| commit | da83e4d4be59df97ea77708225fe5d03178f17ab (patch) | |
| tree | ffce3bcc082f457347d4894c7fe2d1b6f946324b /wscript | |
| parent | af05347810883ec86ae184d721c2b6c2df56eee7 (diff) | |
Missing openjp2 dependency in pkg-config file.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -263,7 +263,7 @@ def build(bld): else: boost_lib_suffix = '' - libs="-L${libdir} -ldcp%s -lcxml -lboost_system%s" % (bld.env.API_VERSION, boost_lib_suffix) + libs="-L${libdir} -ldcp%s -lcxml -lboost_system%s -lopenjp2" % (bld.env.API_VERSION, boost_lib_suffix) if bld.env.TARGET_LINUX: libs += " -ldl" |
