summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-03-08 12:45:52 +0000
committerCarl Hetherington <cth@carlh.net>2016-03-21 16:41:14 +0000
commiteb0bdad79aa8a8b32e7d23149cf0a0c8f1dfd380 (patch)
tree019f1bdb72ba3feb13d71cac32e2505711d472f4 /wscript
parent46659619edffe56bc814d6c49a057db22a117194 (diff)
Various build fixes.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 4fd019bf3..b36ff878d 100644
--- a/wscript
+++ b/wscript
@@ -394,7 +394,7 @@ def configure(conf):
conf.find_program('msgfmt', var='MSGFMT')
# Check for headers of poznan JPEG2000 encoding library
- conf.check(header_name="poznan/config/parameters.h")
+ conf.check(header_name="poznan-jpeg2k-cth/config/parameters.h")
datadir = conf.env.DATADIR
if not datadir: