]> git.pld-linux.org Git - packages/tk.git/blob - tk-link.patch
- up to 8.6.8
[packages/tk.git] / tk-link.patch
1 diff --git a/unix/configure.in b/unix/configure.in
2 index 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"
7         if test "$found_xft" = "no" ; then
8             found_xft=yes
9 -           XFT_CFLAGS=`pkg-config --cflags xft 2>/dev/null` || found_xft="no"
10 -           XFT_LIBS=`pkg-config --libs xft 2>/dev/null` || found_xft="no"
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"
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.09496 seconds and 3 git commands to generate.