summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/directfb/directfb-1.2.8/ts_lib_autotools.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-01-03 11:40:58 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-03 12:02:34 +0100
commit156f6d3dc264c26f743a4359e4d40181a79ba038 (patch)
tree9dd3f8be261acb0a02cbc901d1cd70583351f93b /recipes-graphics/directfb/directfb-1.2.8/ts_lib_autotools.patch
parentd178c04eb55df22f13efb5e5f8677e33fd26a83c (diff)
downloadmeta-openembedded-156f6d3dc264c26f743a4359e4d40181a79ba038.tar.gz
directfb from OE
Diffstat (limited to 'recipes-graphics/directfb/directfb-1.2.8/ts_lib_autotools.patch')
-rw-r--r--recipes-graphics/directfb/directfb-1.2.8/ts_lib_autotools.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-graphics/directfb/directfb-1.2.8/ts_lib_autotools.patch b/recipes-graphics/directfb/directfb-1.2.8/ts_lib_autotools.patch
new file mode 100644
index 0000000000..7c34b567d9
--- /dev/null
+++ b/recipes-graphics/directfb/directfb-1.2.8/ts_lib_autotools.patch
@@ -0,0 +1,22 @@
1---
2 configure.in | 7 +++++--
3 1 file changed, 5 insertions(+), 2 deletions(-)
4
5Index: DirectFB-1.2.8/configure.in
6===================================================================
7--- DirectFB-1.2.8.orig/configure.in
8+++ DirectFB-1.2.8/configure.in
9@@ -1288,8 +1288,11 @@ fi
10
11 enable_tslib=no
12 if test "$checkfor_tslib" = "yes"; then
13- PKG_CHECK_MODULES([TSLIB], [tslib-0.0], [enable_tslib=yes], [enable_tslib=no,
14- AC_MSG_WARN([*** no tslib -- tslib driver will not be built.])])
15+ PKG_CHECK_MODULES([TSLIB], [tslib-1.0 >= 1.0.0], [enable_tslib=yes], [enable_tslib=no])
16+ if test "$enable_tslib" = "no"; then
17+ PKG_CHECK_MODULES([TSLIB], [tslib-0.0], [enable_tslib=yes], [enable_tslib=no,
18+ AC_MSG_WARN([*** no tslib -- tslib driver will not be built.])])
19+ fi
20 fi
21
22 enable_ucb1x00_ts=no