From kde-devel Sun Mar 09 06:34:47 2003 From: Matt Rogers Date: Sun, 09 Mar 2003 06:34:47 +0000 To: kde-devel Subject: Re: KDE_3_1_BRANCH: kdebase/kcontrol/fonts X-MARC-Message: https://marc.info/?l=kde-devel&m=104719177719937 On Saturday 08 March 2003 06:51 pm, Chris Cheney wrote: > Yep, you are right it can't build against current fontconfig at all. So > I guess KDE is going back to Xft1.... Thanks for the information. The > patch as it was applied should have worked for old fontconfig as well > as the current one (afaik). > > Chris > > See: http://keithp.com/cgi-bin/cvsweb/fontconfig/Attic/fontconfig-config.in > > --- > > CVS commit by staikos: > > You get all 4 lines back. KDE does not rely on pkg-config in order to > build. Please try again. > > CCMAIL: ccheney@cheney.cx > > > M +0 -5 configure.in.in 1.1.2.2 > > > --- kdebase/kcontrol/fonts/configure.in.in #1.1.2.1:1.1.2.2 > @@ -3,9 +3,4 @@ > ]) > > -PKG_CHECK_MODULES(LIBFONTCONFIG, fontconfig) > -if test -n "$LIBFONTCONFIG_LIBS"; then > - AC_DEFINE_UNQUOTED(HAVE_FONTCONFIG, 1, [Defines if your system has > the \ libfontconfig library]) -fi > - > if test -n "$FONTCONFIG_CONFIG"; then > vers=`$FONTCONFIG_CONFIG --version 2>/dev/null | sed -e 's/libfontconfig > //' | awk \ 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + > $3;}'` > > >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to > >> unsubscribe << But KDE builds against it with XFree86 4.3.0? So where does KDE go back to Xft1? AFAIK, if you enable XFT support in QT (3.1.1), the fontconfig stuff is already taken care of. (Somebody please correct me if i'm wrong. Matt >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<