From df6004340d7f2535c64901694ce2ce051ecb809b Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 28 Feb 2006 09:48:03 +0000 Subject: INTEGRATION: CWS cairocanvas (1.35.76); FILE MERGED 2006/01/27 13:19:45 thb 1.35.76.2: RESYNC: (1.35-1.38); FILE MERGED 2005/11/09 13:00:28 radekdoulik 1.35.76.1: Issue number: #51657 Submitted by: radekdoulik Reviewed by: radekdoulik scp2 changes to include cairo canvas component in serveces.rdb --- scp2/source/ooo/makefile.mk | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'scp2') diff --git a/scp2/source/ooo/makefile.mk b/scp2/source/ooo/makefile.mk index 2d7770a1665e..6eb5ef95ffaf 100644 --- a/scp2/source/ooo/makefile.mk +++ b/scp2/source/ooo/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.39 $ +# $Revision: 1.40 $ # -# last change: $Author: rt $ $Date: 2006-02-09 17:06:57 $ +# last change: $Author: kz $ $Date: 2006-02-28 10:48:03 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -95,6 +95,10 @@ SCPDEFS+=-DENABLE_DIRECTX SCPDEFS+=-DSYSTEM_FREETYPE .ENDIF +.IF "$(SYSTEM_CAIRO)" == "YES" +SCPDEFS+=-DSYSTEM_CAIRO +.ENDIF + .IF "$(SYSTEM_LIBXML)" == "YES" SCPDEFS+=-DSYSTEM_LIBXML .ENDIF @@ -147,6 +151,10 @@ SCPDEFS+=-DSYSTEM_HUNSPELL SCPDEFS+=-DSYSTEM_XALAN .ENDIF +.IF "$(ENABLE_CAIRO)" == "TRUE" +SCPDEFS+=-DENABLE_CAIRO +.ENDIF + SCPDEFS+=\ -DICU_MAJOR=$(ICU_MAJOR) \ -DICU_MINOR=$(ICU_MINOR) \ -- cgit