summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-02-27 00:54:30 +0000
committerCarl Hetherington <cth@carlh.net>2020-08-23 20:33:37 +0200
commit10a0c758dc59b1fb9e2f961485240e80f118eb9d (patch)
tree4d9b975c3882c9627a53d197e6d0413079023d7d /wscript
parent1d0b111ac9692dedfd4a23c268f362e522105bcf (diff)
Basics of poznan library integration; colour manipulations are wrong.
Diffstat (limited to 'wscript')
-rw-r--r--wscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/wscript b/wscript
index f9aa78439..fa5d43393 100644
--- a/wscript
+++ b/wscript
@@ -565,6 +565,9 @@ def configure(conf):
if v >= 0x022D1F:
conf.env.append_value('CXXFLAGS', '-std=c++11')
+ # poznan
+ conf.check_cfg(package="libpoznanj2k", args='--cflags --libs', uselib_store='POZNANJ2K', mandatory=True)
+
# Other stuff
conf.find_program('msgfmt', var='MSGFMT')