From 7564d39000b1dce3415d8d29a70db7574bbd6aa8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 20 Jul 2024 18:59:37 +0200 Subject: Missing asdcplib dependencies in pkg-config file. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index e08edd85..5ec34a13 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 -lopenjp2" % (bld.env.API_VERSION, boost_lib_suffix) + libs="-L${libdir} -ldcp%s -lcxml -lboost_system%s -lopenjp2 -lasdcp-dcpomatic -lkumu-dcpomatic" % (bld.env.API_VERSION, boost_lib_suffix) if bld.env.TARGET_LINUX: libs += " -ldl" -- cgit v1.2.3