diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-11 15:03:01 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-11 06:04:55 +0000 |
commit | 22d5d2ca7dde6164bd1e0fa9b3493870995375c5 (patch) | |
tree | 0c666287123532afe5913fc64fa7caae7b1e11ea /vcl/Library_vcl.mk | |
parent | cd4c21dea96e98639cc0488526dac142d9fed583 (diff) |
vcl: move vcl/generic/print files to vcl/unx/generic/print
These source files as all specific to Unix environments (not, however,
OS X) and are not "generic" (i.e. used across all platforms).
Change-Id: I6008a272c4b961a12702e2ef8727c56df9e80164
Reviewed-on: https://gerrit.libreoffice.org/21334
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'vcl/Library_vcl.mk')
-rw-r--r-- | vcl/Library_vcl.mk | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index 65ad25d83d92..5556cf9d487e 100644 --- a/vcl/Library_vcl.mk +++ b/vcl/Library_vcl.mk @@ -545,15 +545,6 @@ vcl_really_generic_code= \ vcl_generic_code= \ $(vcl_really_generic_code) \ vcl/generic/app/gendisp \ - vcl/generic/print/bitmap_gfx \ - vcl/generic/print/common_gfx \ - vcl/generic/print/glyphset \ - vcl/generic/print/printerjob \ - vcl/generic/print/psputil \ - vcl/generic/print/genpspgraphics \ - vcl/generic/print/genprnpsp \ - vcl/generic/print/prtsetup \ - vcl/generic/print/text_gfx \ vcl_headless_code= \ vcl/headless/svpbmp \ @@ -580,6 +571,15 @@ vcl_headless_freetype_code=\ vcl/unx/generic/fontmanager/helper \ vcl/unx/generic/fontmanager/parseAFM \ vcl/headless/svpcairotextrender \ + vcl/unx/generic/print/bitmap_gfx \ + vcl/unx/generic/print/common_gfx \ + vcl/unx/generic/print/glyphset \ + vcl/unx/generic/print/printerjob \ + vcl/unx/generic/print/psputil \ + vcl/unx/generic/print/genpspgraphics \ + vcl/unx/generic/print/genprnpsp \ + vcl/unx/generic/print/prtsetup \ + vcl/unx/generic/print/text_gfx \ ifeq ($(USING_X11),TRUE) $(eval $(call gb_Library_add_exception_objects,vcl,\ |