From 59b98580bfd70205a9ebdb0ba67e74225d875b43 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 29 Nov 2012 11:50:54 +0000 Subject: Resolves: fdo#44664 Provide a way to set the default print job format. a) In the print dialog you can temporarily override the default print job format for a single print job b) In the printer options dialog you can override the default print job format for a single printer c) Under tools->options->print you can override the default print job format for all printers. Tidy up the restart dialog in passing Change-Id: Ibea94bab6a79c3590dbf34583013db4e2ac06f45 --- sfx2/Library_sfx.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sfx2/Library_sfx.mk') diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk index 6cc8a1d5a64e..58c4e81d1d88 100644 --- a/sfx2/Library_sfx.mk +++ b/sfx2/Library_sfx.mk @@ -40,6 +40,10 @@ $(eval $(call gb_Library_set_include,sfx,\ $(eval $(call gb_Library_add_defs,sfx,-DSFX2_DLLIMPLEMENTATION)) +$(eval $(call gb_Library_add_defs,sfx,\ + $(if $(filter TRUE,$(ENABLE_CUPS)),-DENABLE_CUPS) \ +)) + ifeq ($(ENABLE_SYSTRAY_GTK),TRUE) $(eval $(call gb_Library_add_defs,sfx,\ -DENABLE_QUICKSTART_APPLET \ -- cgit