diff options
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.patch | 22 |
1 files changed, 0 insertions, 22 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 deleted file mode 100644 index 7c34b567d9..0000000000 --- a/recipes-graphics/directfb/directfb-1.2.8/ts_lib_autotools.patch +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | --- | ||
2 | configure.in | 7 +++++-- | ||
3 | 1 file changed, 5 insertions(+), 2 deletions(-) | ||
4 | |||
5 | Index: 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 | ||