diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-20 18:14:10 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-20 18:14:10 +0000 |
commit | 270074ea7d3194b91cd14c17f750c4965f7ba9fb (patch) | |
tree | 4ba51957b11ee5018f4ccc283a61033aae3b90cd /configure.ac | |
parent | 8221726955cf4be32d56b63d95c119d0f5ad3749 (diff) |
fonttosfnt only depends on xproto headers, not x11 library
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 074a16c..b9cff17 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ AC_CHECK_FUNC(setenv, have_setenv=yes, have_setenv=no) AM_CONDITIONAL(NEED_SETENV, [test x$have_setenv = xno]) # Checks for pkg-config packages -PKG_CHECK_MODULES(FONTTOSFNT, x11 freetype2 fontenc) +PKG_CHECK_MODULES(FONTTOSFNT, xproto freetype2 fontenc) AC_SUBST(FONTTOSFNT_CFLAGS) AC_SUBST(FONTTOSFNT_LIBS) |