Fix missing PDF printing with foo2zjs
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 28 Dec 2013 20:41:32 +0000 (15:41 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 28 Dec 2013 20:41:32 +0000 (15:41 -0500)
HP Laserjet 1020 now prints all formats correctly, and LPR is also working.

stage5/pkg/cups

index c65a6da..4f0bf09 100644 (file)
@@ -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()