[GRASS-CVS] markus: grass6/display/drivers/cairo Makefile, 1.1.2.1,
1.1.2.2 description.html, 1.3.2.1, 1.3.2.2
grass at intevation.de
grass at intevation.de
Sat Dec 1 07:44:46 EST 2007
Author: markus
Update of /grassrepository/grass6/display/drivers/cairo
In directory doto:/tmp/cvs-serv5202
Modified Files:
Tag: releasebranch_6_3
Makefile description.html
Log Message:
fixes backported
Index: Makefile
===================================================================
RCS file: /grassrepository/grass6/display/drivers/cairo/Makefile,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- Makefile 29 Nov 2007 13:25:55 -0000 1.1.2.1
+++ Makefile 1 Dec 2007 12:44:44 -0000 1.1.2.2
@@ -1,5 +1,7 @@
MODULE_TOPDIR = ../../..
+PGM=cairodriver
+
include $(MODULE_TOPDIR)/include/Make/Platform.make
include $(MODULE_TOPDIR)/include/Make/Grass.make
include $(MODULE_TOPDIR)/include/Make/Rules.make
@@ -13,7 +15,6 @@
LIBES = $(CAIRODRIVERLIB) $(DRIVERLIB) $(GISLIB) $(FTLIB) $(ICONVLIB)
DEPENDENCIES = $(CAIRODRIVERDEP) $(DRIVERDEP) $(GISDEP)
-PGM=psdriver
default: $(DRIVERDIR)/cairo $(HTMLDIR)/$(PGM).html moncap
Index: description.html
===================================================================
RCS file: /grassrepository/grass6/display/drivers/cairo/description.html,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -d -r1.3.2.1 -r1.3.2.2
--- description.html 29 Nov 2007 13:25:55 -0000 1.3.2.1
+++ description.html 1 Dec 2007 12:44:44 -0000 1.3.2.2
@@ -132,8 +132,8 @@
<div class="code"><PRE>
make USE_CAIRO=1
</PRE></div>
+
This requires a reasonably recent version of the cairo libraries (cairo.h).
-</P>
<P>Antialiasing is enabled by default for bitmap formats. There is
currently no way of disabling this.</P>
More information about the grass-commit
mailing list