texlive[49649] Build/source/libs/cairo: enable pdf surface (Luigi)

commits+kakuto at tug.org commits+kakuto at tug.org
Wed Jan 9 22:31:58 CET 2019


Revision: 49649
          http://tug.org/svn/texlive?view=revision&revision=49649
Author:   kakuto
Date:     2019-01-09 22:31:58 +0100 (Wed, 09 Jan 2019)
Log Message:
-----------
enable pdf surface (Luigi)

Modified Paths:
--------------
    trunk/Build/source/libs/cairo/ChangeLog
    trunk/Build/source/libs/cairo/configure
    trunk/Build/source/libs/cairo/configure.ac

Modified: trunk/Build/source/libs/cairo/ChangeLog
===================================================================
--- trunk/Build/source/libs/cairo/ChangeLog	2019-01-09 01:18:15 UTC (rev 49648)
+++ trunk/Build/source/libs/cairo/ChangeLog	2019-01-09 21:31:58 UTC (rev 49649)
@@ -1,3 +1,7 @@
+2019-01-09  Luigi Scarso  <luigi.scarso at gmail.com>
+
+	* configure.ac: Enable pdf surface.
+
 2018-10-20  Akira Kakuto  <kakuto at fuk.kindai.ac.jp>
 
 	Import cairo-1.16.0.

Modified: trunk/Build/source/libs/cairo/configure
===================================================================
--- trunk/Build/source/libs/cairo/configure	2019-01-09 01:18:15 UTC (rev 49648)
+++ trunk/Build/source/libs/cairo/configure	2019-01-09 21:31:58 UTC (rev 49649)
@@ -6260,12 +6260,12 @@
   CAIRO_HAS_RECORDING_SURFACE_FALSE=
 fi
 
-if test "x0" = x1; then
+if test "x1" = x1; then
 
 $as_echo "#define CAIRO_HAS_PDF_SURFACE 1" >>confdefs.h
 
 fi
- if test "x0" = x1; then
+ if test "x1" = x1; then
   CAIRO_HAS_PDF_SURFACE_TRUE=
   CAIRO_HAS_PDF_SURFACE_FALSE='#'
 else

Modified: trunk/Build/source/libs/cairo/configure.ac
===================================================================
--- trunk/Build/source/libs/cairo/configure.ac	2019-01-09 01:18:15 UTC (rev 49648)
+++ trunk/Build/source/libs/cairo/configure.ac	2019-01-09 21:31:58 UTC (rev 49649)
@@ -66,7 +66,7 @@
 [1, [mime surface]],
 [1, [observer surface]],
 [1, [recording surface]],
-[0, [pdf surface]],
+[1, [pdf surface]],
 [0, [ps surface]],
 [0, [quartz surface]],
 [0, [script surface]],



More information about the tex-live-commits mailing list