diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-28 21:55:00 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-28 21:55:00 -0700 |
commit | 74d5bc691b3a6dcc2dee99ed8b3c15d781b93843 (patch) | |
tree | 29b9a02392d630055d964f2244bf7bac79843184 /configure.ac | |
parent | bc9769630b473230e7a403817ec5e82317457f09 (diff) |
Remove freetype2 from PKG_CHECK_MODULES list
No direct calls to libfreetype functions or #includes of freetype headers
Fixes Solaris ld -z guidance warning:
ld: guidance: removal of unused dependency recommended: libfreetype.so.6
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
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 d26c9f7..51fadfb 100644 --- a/configure.ac +++ b/configure.ac @@ -58,7 +58,7 @@ fi AM_CONDITIONAL(USE_GETTEXT, test "x$USE_GETTEXT" = "xyes") # Checks for pkg-config packages -PKG_CHECK_MODULES(XFD, xaw7 freetype2 fontconfig xft xrender xmu) +PKG_CHECK_MODULES(XFD, xaw7 fontconfig xft xrender xmu) PKG_CHECK_MODULES(APPDEFS, xt) xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt` |