summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Zhang <[email protected]>2015-08-29 19:46:20 +0800
committerinfirit <[email protected]>2015-08-29 14:48:19 +0200
commit87e013d5c235a034a01391892eac7c888bb27871 (patch)
tree8507bac523e06a599c3ef5fe0eabc1d666bc8ef2
parent7feb731e577881109dcacb30428687290cec86ba (diff)
downloadmate-control-center-87e013d5c235a034a01391892eac7c888bb27871.tar.bz2
mate-control-center-87e013d5c235a034a01391892eac7c888bb27871.tar.xz
configure.ac: Remove Xft2 completely
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8cfe7793..7e39899b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -198,7 +198,7 @@ AC_SUBST(WARN_CFLAGS)
AM_CONDITIONAL(HAVE_LIBMATESLAB, [test $have_libmateslab = yes])
PKG_CHECK_MODULES(FONT_CAPPLET, $COMMON_MODULES pango)
-PKG_CHECK_MODULES(FONT_VIEWER, $COMMON_MODULES $xft_modules freetype2)
+PKG_CHECK_MODULES(FONT_VIEWER, $COMMON_MODULES freetype2)
PKG_CHECK_MODULES(AT_CAPPLET, $COMMON_MODULES)