- Disable freetype in configure so it doesn't break if freetype
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 26 Jan 2009 10:01:52 +0000 (10:01 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 26 Jan 2009 10:01:52 +0000 (10:01 +0000)
  or fontconfig are actually installed. (Erik van Pienbroek).

cairo/mingw32-cairo.spec

index d1f3c6f..de49e1f 100644 (file)
@@ -6,7 +6,7 @@
 
 Name:           mingw32-cairo
 Version:        1.8.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        MinGW Windows Cairo library
 
 License:        LGPLv2 or MPLv1.1
@@ -49,7 +49,8 @@ MinGW Windows Cairo library.
   --disable-xcb \
   --enable-win32 \
   --enable-png \
-  --disable-static
+  --disable-static \
+  --disable-ft
 make %{?_smp_mflags}
 
 
@@ -87,6 +88,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jan 26 2009 Richard W.M. Jones <rjones@redhat.com> - 1.8.0-4
+- Disable freetype in configure so it doesn't break if freetype
+  or fontconfig are actually installed. (Erik van Pienbroek).
+
 * Mon Jan 19 2009 Richard W.M. Jones <rjones@redhat.com> - 1.8.0-3
 - Include license file in documentation section.
 - Disable building static library to save time.