summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2019-09-11 19:45:50 +0300
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2019-09-13 15:19:15 +0300
commit6088cb48893360405189b6c2ef2977feb0cb3df2 (patch)
treeeb49288bc91e644178f7e6405868fb9040bc518a /configure.ac
parentb88f73dc1732d761e79244676b95fd83b64a3c25 (diff)
downloadmetacity-6088cb48893360405189b6c2ef2977feb0cb3df2.tar.gz
build: remove check for pangoxft
Metacity does not use pangoxft.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 17fcd1de..406c9222 100644
--- a/configure.ac
+++ b/configure.ac
@@ -177,12 +177,6 @@ PKG_CHECK_MODULES(ALL, glib-2.0 >= $GLIB_REQUIRED_VERSION gthread-2.0 >= $GLIB_R
PKG_CHECK_MODULES(METACITY_MESSAGE, gtk+-3.0 >= $GTK_REQUIRED_VERSION)
PKG_CHECK_MODULES(METACITY_WINDOW_DEMO, gtk+-3.0 >= $GTK_REQUIRED_VERSION)
-if $PKG_CONFIG --atleast-version 1.2.0 pangoxft; then
- echo "pangoxft found"
-else
- AC_MSG_ERROR("Pango 1.2.0 or greater based on Xft2 is required")
-fi
-
# Unconditionally use this dir to avoid a circular dep with gnomecc
GNOME_KEYBINDINGS_KEYSDIR="${datadir}/gnome-control-center/keybindings"
AC_SUBST(GNOME_KEYBINDINGS_KEYSDIR)