diff options
Diffstat (limited to 'meta-extras/packages/xorg-xserver/xserver-kdrive-xomap/enable-tslib.patch')
| -rw-r--r-- | meta-extras/packages/xorg-xserver/xserver-kdrive-xomap/enable-tslib.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-extras/packages/xorg-xserver/xserver-kdrive-xomap/enable-tslib.patch b/meta-extras/packages/xorg-xserver/xserver-kdrive-xomap/enable-tslib.patch deleted file mode 100644 index e488657b74..0000000000 --- a/meta-extras/packages/xorg-xserver/xserver-kdrive-xomap/enable-tslib.patch +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | --- git/configure.ac.orig 2006-05-22 22:40:00.000000000 +0200 | ||
| 2 | +++ git/configure.ac 2006-06-10 15:10:14.000000000 +0200 | ||
| 3 | @@ -1438,6 +1446,10 @@ | ||
| 4 | fi | ||
| 5 | |||
| 6 | - # tslib... | ||
| 7 | + AC_CHECK_HEADERS([tslib.h]) | ||
| 8 | + if test "$ac_cv_header_tslib_h" = yes; then | ||
| 9 | + AC_DEFINE(TSLIB, 1, [Build kdrive with tslib support]) | ||
| 10 | + AC_DEFINE(TOUCHSCREEN, 1, [Build kdrive with touchscreen support]) | ||
| 11 | + fi | ||
| 12 | |||
| 13 | # damage shadow extension glx (NOTYET) fb mi | ||
| 14 | KDRIVE_INC='-I$(top_srcdir)/hw/kdrive/src' | ||
| 15 | @@ -1467,7 +1479,7 @@ | ||
| 16 | AC_SUBST(KDRIVE_CFLAGS) | ||
| 17 | AC_SUBST(KDRIVE_PURE_LIBS) | ||
| 18 | AC_SUBST(KDRIVE_LIBS) | ||
| 19 | -AM_CONDITIONAL(TSLIB, false) | ||
| 20 | +AM_CONDITIONAL(TSLIB, [test x"$ac_cv_header_tslib_h" = xyes]) | ||
| 21 | AM_CONDITIONAL(H3600_TS, false) | ||
| 22 | AM_CONDITIONAL(KDRIVEVESA, [test x"$ac_cv_header_sys_vm86_h" = xyes]) | ||
| 23 | AM_CONDITIONAL(KDRIVEFBDEV, [test x"$ac_cv_header_linux_fb_h" = xyes]) | ||
