diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-25 12:48:47 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-25 12:48:47 +0000 |
| commit | 8657b4ad0776366f58fe4e7fba07bab78fa749a1 (patch) | |
| tree | 92652a5ae00acdcd1f6965f4c4b4a7f8de542766 /wscript | |
| parent | 29a464d50eab31b5ed7e3b39a5037ecf3c7c044e (diff) | |
Check for liblzma during configure (#7).
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -89,6 +89,7 @@ def configure(conf): conf.check_cfg(package = 'sndfile', args = '--cflags --libs', uselib_store = 'SNDFILE', mandatory = True) conf.check_cfg(package = 'glib-2.0', args = '--cflags --libs', uselib_store = 'GLIB', mandatory = True) + conf.check_cfg(package = 'liblzma', args = '--cflags --libs', uselib_store = 'LZMA', mandatory = True) conf.check_cfg(package = '', path = 'Magick++-config', args = '--cppflags --cxxflags --libs', uselib_store = 'MAGICK', mandatory = True) if conf.options.static: |
