Browse Source

do not depend on ICU even if it is already installed

It is not a mandatory requirement for Qt4, fixes #2190.
Ashish Kulkarni 10 years ago
parent
commit
7f74d89363
2 changed files with 5 additions and 2 deletions
  1. 4 1
      CHANGELOG.md
  2. 1 1
      scripts/build.py

+ 4 - 1
CHANGELOG.md

@@ -1,9 +1,12 @@
 v0.12.3 (unreleased)
 ----------------------
 * removed support for CentOS 5 builds
-* update OpenSSL to 1.0.1m
+* update OpenSSL to 1.0.2a and xz to 5.2.1
+* downgrade libpng to 1.2.53
 * **#2104**: renamed COPYING to LICENSE
+* **#2190**: do not depend on ICU even if it is already installed
 * **#2280**: do not allow data URIs for --header-html or --footer-html
+* **#2322**: fix broken debug builds with MSVC
 
 v0.12.2.1 (2015-01-19)
 ----------------------

+ 1 - 1
scripts/build.py

@@ -129,7 +129,7 @@ QT_CONFIG = {
         '-no-xkb',
         '-no-glib',
         '-no-gstreamer',
-        '-D ENABLE_VIDEO=0',        # required as otherwise gstreamer gets linked in
+        '-no-icu',
         '-no-openvg',
         '-no-xsync',
         '-no-audio-backend',