From da83e4d4be59df97ea77708225fe5d03178f17ab Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 20 Jul 2024 16:23:04 +0200 Subject: Missing openjp2 dependency in pkg-config file. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index b58ade5d..e08edd85 100644 --- a/wscript +++ b/wscript @@ -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" -- cgit v1.2.3