]> git.pld-linux.org Git - packages/tk.git/blame - tk-link.patch
- up to 8.6.8
[packages/tk.git] / tk-link.patch
CommitLineData
454f92dc
AM
1diff --git a/unix/configure.in b/unix/configure.in
2index e7bf023..7d12f41 100755
3--- a/unix/configure.in
4+++ b/unix/configure.in
5@@ -485,8 +485,8 @@ if test $tk_aqua = no; then
6 XFT_LIBS=`xft-config --libs 2>/dev/null` || found_xft="no"
5124e959
JB
7 if test "$found_xft" = "no" ; then
8 found_xft=yes
454f92dc 9- XFT_CFLAGS=`pkg-config --cflags xft 2>/dev/null` || found_xft="no"
5124e959 10- XFT_LIBS=`pkg-config --libs xft 2>/dev/null` || found_xft="no"
454f92dc
AM
11+ XFT_CFLAGS=`pkg-config --cflags xft fontconfig freetype2 2>/dev/null` || found_xft="no"
12+ XFT_LIBS=`pkg-config --libs xft fontconfig freetype2 2>/dev/null` || found_xft="no"
5124e959
JB
13 fi
14 AC_MSG_RESULT([$found_xft])
15 dnl make sure that compiling against Xft header file doesn't bomb
This page took 0.0728799999999999 seconds and 4 git commands to generate.