summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/tcltk/tk/fix-xft.diff
diff options
context:
space:
mode:
authorLi xin <lixin.fnst@cn.fujitsu.com>2015-08-03 12:14:33 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-18 11:38:45 +0200
commitbb0bb692d320866980fd0f22147655b1d3d52451 (patch)
treeaedd211c72f0b17b4cc20186840e54fde00c045d /meta-oe/recipes-devtools/tcltk/tk/fix-xft.diff
parenteaf6a6bc51bdc1d5c6f0c8c4fa22f943533be78c (diff)
downloadmeta-openembedded-bb0bb692d320866980fd0f22147655b1d3d52451.tar.gz
tk: upgrade 8.6.0 -> 8.6.4
update content of non-linux.diff Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/tcltk/tk/fix-xft.diff')
-rw-r--r--meta-oe/recipes-devtools/tcltk/tk/fix-xft.diff16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/tcltk/tk/fix-xft.diff b/meta-oe/recipes-devtools/tcltk/tk/fix-xft.diff
new file mode 100644
index 0000000000..d1bb7105c6
--- /dev/null
+++ b/meta-oe/recipes-devtools/tcltk/tk/fix-xft.diff
@@ -0,0 +1,16 @@
1--- /tmp/configure.in 2010-05-19 13:29:03.000000000 +0200
2+++ unix/configure.in 2010-05-19 13:42:05.000000000 +0200
3@@ -526,13 +526,9 @@
4 found_xft="yes"
5 dnl make sure package configurator (xft-config or pkg-config
6 dnl says that xft is present.
7- XFT_CFLAGS=`xft-config --cflags 2>/dev/null` || found_xft="no"
8- XFT_LIBS=`xft-config --libs 2>/dev/null` || found_xft="no"
9- if test "$found_xft" = "no" ; then
10 found_xft=yes
11 XFT_CFLAGS=`pkg-config --cflags xft 2>/dev/null` || found_xft="no"
12 XFT_LIBS=`pkg-config --libs xft 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
16 if test "$found_xft" = "yes" ; then