diff options
Diffstat (limited to 'vcl/util/makefile.pmk')
-rw-r--r-- | vcl/util/makefile.pmk | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/vcl/util/makefile.pmk b/vcl/util/makefile.pmk index a852e672f7ba..8674a5dbfddd 100644 --- a/vcl/util/makefile.pmk +++ b/vcl/util/makefile.pmk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: hjs $ $Date: 2001-02-06 13:26:13 $ +# last change: $Author: hdu $ $Date: 2001-02-15 17:01:46 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -75,3 +75,18 @@ PSPRINT=true .ENDIF .ENDIF .ENDIF + +.IF "$(GUI)" == "UNX" +USE_BUILTIN_RASTERIZER=true +#USE_XRENDER=true +#ENVCFLAGS += -DUSE_XRENDER +.ENDIF + +.IF "$(remote)" != "" +USE_BUILTIN_RASTERIZER=true +.ENDIF + +.IF "$(USE_BUILTIN_RASTERIZER)" != "" +ENVCFLAGS += -DUSE_BUILTIN_RASTERIZER +.ENDIF + |