From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Mon, 26 Jan 2009 10:01:52 +0000 (+0000) Subject: - Disable freetype in configure so it doesn't break if freetype X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=55473e2ea3ace4ff73251e85354ff7ec3cef11c5;p=fedora-mingw.git - Disable freetype in configure so it doesn't break if freetype or fontconfig are actually installed. (Erik van Pienbroek). --- diff --git a/cairo/mingw32-cairo.spec b/cairo/mingw32-cairo.spec index d1f3c6f..de49e1f 100644 --- a/cairo/mingw32-cairo.spec +++ b/cairo/mingw32-cairo.spec @@ -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 - 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 - 1.8.0-3 - Include license file in documentation section. - Disable building static library to save time.