diff options
author | max99x <max99x@gmail.com> | 2011-07-28 13:49:53 +0300 |
---|---|---|
committer | max99x <max99x@gmail.com> | 2011-07-28 13:49:53 +0300 |
commit | 4c3f2fb804c66e5056c8d26d206eed0114b12a40 (patch) | |
tree | 8549bc13b781c72c9ecbd2eafefec42966e1dfd8 | |
parent | 0f1a5466b1ec2f8ad74fbaf422be7e2ad1e7a7d6 (diff) |
Added a --disable-cms argument to the poppler test to avoid using lcms.
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 6edf9c20..7e3ac99c 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -2824,7 +2824,7 @@ if 'benchmark' not in sys.argv: os.path.join('splash', '.libs', 'libsplash.a'), os.path.join('utils', 'pdftoppm.o'), os.path.join('utils', 'parseargs.o')], - configure_args=['--disable-libjpeg', '--disable-libpng', '--disable-poppler-qt', '--disable-poppler-qt4']) + configure_args=['--disable-libjpeg', '--disable-libpng', '--disable-poppler-qt', '--disable-poppler-qt4', '--disable-cms']) # Combine libraries |