Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


[this time with the patch]

Tor,

the attached patch is needed to fix --enable-headless build for me, since the code is shared with android i think that is needed for android too. Does it work for you too?

thanks,
riccardo
From cf3672d14b6559cb63b7355441d14944d1d454e6 Mon Sep 17 00:00:00 2001
From: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Date: Fri, 11 May 2012 20:09:41 +0200
Subject: [PATCH] fdo#47246: vcl: fix headless build and android compilation

Change-Id: I5212c5d023ed968b4e0f538adaa3e7b6b5e690d8
---
 vcl/Library_vcl.mk |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index bf03be2..3a1907d 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -417,18 +417,6 @@ vcl_generic_code=\
     vcl/generic/fontmanager/helper \
     vcl/generic/fontmanager/parseAFM
 
-vcl_headless_code=\
-    vcl/headless/svpbmp \
-    vcl/headless/svpdummies \
-    vcl/headless/svpelement \
-    vcl/headless/svpframe \
-    vcl/headless/svpgdi \
-    vcl/headless/svpinst \
-    vcl/headless/svpdata \
-    vcl/headless/svpprn \
-    vcl/headless/svptext \
-    vcl/headless/svpvd
-
 $(eval $(call gb_Library_add_defs,vcl,\
     $(if $(VALGRIND_CFLAGS), \
         $(VALGRIND_CFLAGS) \
@@ -479,7 +467,6 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\
     vcl/unx/generic/printer/ppdparser \
     vcl/null/printerinfomanager \
     vcl/headless/headlessinst \
-       $(vcl_headless_code) \
 ))
 
 $(eval $(call gb_Library_use_libraries,vcl,\
@@ -509,7 +496,6 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\
     vcl/unx/generic/printer/ppdparser \
     vcl/null/printerinfomanager \
     vcl/android/androidinst \
-       $(vcl_headless_code) \
 ))
 
 $(eval $(call gb_Library_use_libraries,vcl,\
-- 
1.7.5.4


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.