diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-02-27 00:54:30 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-08-23 20:33:37 +0200 |
| commit | 10a0c758dc59b1fb9e2f961485240e80f118eb9d (patch) | |
| tree | 4d9b975c3882c9627a53d197e6d0413079023d7d /wscript | |
| parent | 1d0b111ac9692dedfd4a23c268f362e522105bcf (diff) | |
Basics of poznan library integration; colour manipulations are wrong.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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') |
