From: Marcin Banasiak Date: Tue, 9 Feb 2010 08:51:05 +0000 (+0000) Subject: - fixes typo in configure.ac X-Git-Tag: auto/th/cairomm-1_8_4-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcairomm.git;a=commitdiff_plain;h=a0d9da33c2c07a8028e3d9da7c3bc3133ed5ba35 - fixes typo in configure.ac Changed files: cairomm-typo.patch -> 1.1 --- diff --git a/cairomm-typo.patch b/cairomm-typo.patch new file mode 100644 index 0000000..a00cf3a --- /dev/null +++ b/cairomm-typo.patch @@ -0,0 +1,12 @@ +diff -urN cairomm-1.8.4/configure.ac cairomm-1.8.4.new/configure.ac +--- cairomm-1.8.4/configure.ac 2009-10-19 16:01:52.000000000 +0200 ++++ cairomm-1.8.4.new/configure.ac 2010-02-09 00:52:22.179852265 +0100 +@@ -43,7 +43,7 @@ + cairomm_allmodules=$CAIROMM_MODULES + CAIROMM_INSTALL_PC='data/cairomm-1.0.pc' + +-for cairomm_mod in ft pdf png ps svg xlib xlib-render \ ++for cairomm_mod in ft pdf png ps svg xlib xlib-xrender \ + win32 win32-font quartz quartz-font quartz-image + do + PKG_CHECK_EXISTS([cairo-$cairomm_mod],