Print this page
5605 Disable IPP printing like SMB printing can be disabled
@@ -216,11 +216,16 @@
# By default, PKGS will list all manifests. To build and/or publish a
# subset of packages, override this on the command line or in the
# build environment and then reference (implicitly or explicitly) the all
# or install targets.
#
-MANIFESTS :sh= (cd manifests; print *.mf)
+
+# Cheesy two-stage set is to enable the use of ENABLE_IPP_PRINTING.
+MANIFESTS :sh= (cd manifests; print *.mf | \
+ sed 's/print-lp-ipp-ipp-listener.mf//')
+$(ENABLE_IPP_PRINTING)MANIFESTS :sh= (cd manifests; print *.mf)
+
PKGS= $(MANIFESTS:%.mf=%)
DEP_PKGS= $(PKGS:%=$(PDIR)/%.dep)
PROC_PKGS= $(PKGS:%=$(PDIR)/%.mog)
#