summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-19 10:17:50 +0100
committerCarl Hetherington <cth@carlh.net>2022-12-19 10:19:05 +0100
commite0f8983a07f7b082e065549c05f9a98d8a052362 (patch)
tree7b5dd6932dffb854b887ce126c85867b38a8e129 /examples
parentbabcc5db8972099c5e8345eb36ab208811067742 (diff)
Stop using pkgconfig
Diffstat (limited to 'examples')
-rw-r--r--examples/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wscript b/examples/wscript
index d062af1b..48bb1ed7 100644
--- a/examples/wscript
+++ b/examples/wscript
@@ -21,7 +21,7 @@ def build(bld):
obj = bld(features='cxx cxxprogram')
obj.name = example
obj.use = 'libdcp%s' % bld.env.API_VERSION
- obj.uselib = 'OPENJPEG CXML OPENMP ASDCPLIB_CTH BOOST_FILESYSTEM OPENSSL XMLSEC1 MAGICK'
+ obj.uselib = 'OPENJPEG CXML OPENMP ASDCP KUMU BOOST_FILESYSTEM OPENSSL XMLSEC1 MAGICK'
obj.source = example + '.cc'
obj.target = example
obj.install_path = ''