From 68c887d8cb0b5c8342e9c314ebd203427318281a Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sat, 28 Dec 2013 15:41:32 -0500 Subject: [PATCH] Fix missing PDF printing with foo2zjs HP Laserjet 1020 now prints all formats correctly, and LPR is also working. --- stage5/pkg/cups | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.20.1