diff options
author | Robin Houston <robin.houston@gmail.com> | 2011-10-17 19:10:50 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2011-10-17 19:10:50 +0100 |
commit | 9db5b555814a53430371013a6aa0d4a949555437 (patch) | |
tree | c6ce1499367776253ed11372392f17227a8f8d90 | |
parent | de5eff362a3ecc76f6b25c23e6a8ea5d378d0a0b (diff) |
Change to (home-made) wkhtmltopdf-static
The Debian wkhtmltopdf package will not run without an X11 server.
There is a version that will, but it relies on being linked with a
patched QT library, and so is not available through the usual
Debian package mechanism. [1]
Therefore we have made a custom Debian package containing a statically
linked binary of wkhtmltopdf, linked (statically) against this
patched QT. [2]
1. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580226
2. http://debian.mysociety.org/dists/squeeze/main/binary-amd64/wkhtmltopdf-static-0.11.0-rc1.deb
-rw-r--r-- | config/packages | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/packages b/config/packages index 9278685da..76a5c29d6 100644 --- a/config/packages +++ b/config/packages @@ -41,4 +41,4 @@ rubygems libfcgi-dev gettext python-yaml -wkhtmltopdf +wkhtmltopdf-static |