[mingw-webkitgtk: 30/36] Build with freetype font backend

Kalev Lember kalev at fedoraproject.org
Tue Mar 6 21:11:58 UTC 2012


commit 28b5bb1580a2f7388c66e40db87ec0bdbbe8ce25
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Fri Feb 10 18:41:07 2012 +0200

    Build with freetype font backend
    
    ... as advised by upstream.

 mingw32-webkitgtk.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mingw32-webkitgtk.spec b/mingw32-webkitgtk.spec
index f29c623..eeb3f7f 100644
--- a/mingw32-webkitgtk.spec
+++ b/mingw32-webkitgtk.spec
@@ -94,6 +94,8 @@ BuildRequires:	mingw32-filesystem
 BuildRequires:	mingw32-gcc
 BuildRequires:	mingw32-gcc-c++
 BuildRequires:	mingw32-binutils
+BuildRequires:	mingw32-fontconfig
+BuildRequires:	mingw32-freetype
 BuildRequires:	mingw32-gtk2
 BuildRequires:	mingw32-icu
 BuildRequires:	mingw32-libxml2
@@ -150,7 +152,7 @@ autoreconf --verbose --install -I Source/autotools
 %{_mingw32_configure}						\
 			--with-target=win32			\
 			--with-gtk=2.0				\
-			--with-font-backend=pango		\
+			--with-font-backend=freetype		\
 			--with-unicode-backend=icu		\
 			--disable-video				\
 			--disable-fullscreen-api		\
@@ -225,7 +227,8 @@ fi
 
 %changelog
 * Wed Feb 08 2012 Kalev Lember <kalevlember at gmail.com> - 1.7.5-2
-- Build with ICU unicode backend
+- Build with ICU unicode backend and freetype font backend,
+  as advised by upstream
 
 * Tue Feb 07 2012 Kalev Lember <kalevlember at gmail.com> - 1.7.5-1
 - Update to 1.7.5


More information about the scm-commits mailing list