[pango] More pangox residual removal
- From: Behdad Esfahbod <behdad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] More pangox residual removal
- Date: Mon, 20 Aug 2012 19:59:47 +0000 (UTC)
commit 023df214ba97ce79222be678f8fa532249eb1ab6
Author: Behdad Esfahbod <behdad behdad org>
Date: Mon Aug 20 12:58:23 2012 -0400
More pangox residual removal
configure.in | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/configure.in b/configure.in
index 9b98b57..030f5d9 100644
--- a/configure.in
+++ b/configure.in
@@ -227,7 +227,6 @@ AM_CONDITIONAL(CROSS_COMPILING, [test $cross_compiling = yes])
have_fontconfig=false
have_freetype=false
-have_xft=false
#
# Check for fontconfig
@@ -443,8 +442,8 @@ AM_CONDITIONAL(HAVE_HARFBUZZ, $have_harfbuzz)
# a new Pango backend outside of Pango, you are up to sending the necessary
# patch to fix that rule. :-)
#
-if $have_freetype || $have_x || $have_xft || $have_cairo || $have_win32 ; then : ; else
- AC_MSG_ERROR([*** Could not enable any of FreeType, X11, Cairo, or Win32 backends.
+if $have_freetype || $have_xft || $have_cairo || $have_win32 ; then : ; else
+ AC_MSG_ERROR([*** Could not enable any of FreeType, Xft, Cairo, or Win32 backends.
*** Must have at least one backend to build Pango.])
fi
@@ -973,7 +972,6 @@ if $have_cairo ; then backends="$backends Cairo"; fi
if $have_win32 ; then backends="$backends Win32"; fi
if $have_xft ; then backends="$backends Xft"; fi
if $have_freetype && $have_fontconfig ; then backends="$backends FreeType"; fi
-if $have_x ; then backends="$backends X"; fi
-
+
echo "configuration:
backends:$backends"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]