From: Hugo Villeneuve Date: Sat, 28 Dec 2013 20:41:32 +0000 (-0500) Subject: Fix missing PDF printing with foo2zjs X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=68c887d8cb0b5c8342e9c314ebd203427318281a;p=hvlinux.git Fix missing PDF printing with foo2zjs HP Laserjet 1020 now prints all formats correctly, and LPR is also working. --- diff --git a/stage5/pkg/cups b/stage5/pkg/cups index c65a6da..4f0bf09 100644 --- a/stage5/pkg/cups +++ b/stage5/pkg/cups @@ -4,7 +4,7 @@ hvconfig_pre() { hv_useradd -c "Print_Service_User" -d /dev/null -g lp -s /bin/false -u 9 lp - CONFIGURE_OPTS="--libdir=/usr/lib" + CONFIGURE_OPTS="--libdir=/usr/lib --enable-pdftops" } hvbuild_pre()