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 | |
parent | 8221726955cf4be32d56b63d95c119d0f5ad3749 (diff) |
fonttosfnt only depends on xproto headers, not x11 library
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2005-11-20 Alan Coopersmith <alan.coopersmith@sun.com> + + * configure.ac: + fonttosfnt only depends on xproto headers, not x11 library + 2005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org> * configure.ac: 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) |