diff options
Diffstat (limited to 'packages/efl1/ecore/fix-tslib-configure.patch')
-rw-r--r-- | packages/efl1/ecore/fix-tslib-configure.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/efl1/ecore/fix-tslib-configure.patch b/packages/efl1/ecore/fix-tslib-configure.patch deleted file mode 100644 index a1fbb21326..0000000000 --- a/packages/efl1/ecore/fix-tslib-configure.patch +++ /dev/null @@ -1,19 +0,0 @@ -Index: ecore-0.9.9.038/configure.in -=================================================================== ---- ecore-0.9.9.038.orig/configure.in -+++ ecore-0.9.9.038/configure.in -@@ -1,4 +1,4 @@ --dnl Process this file with autoconf to produce a configure script. -+<dnl Process this file with autoconf to produce a configure script. - - AC_INIT(configure.in) - AC_CANONICAL_BUILD -@@ -321,7 +321,7 @@ tslib_libs="" - if test "x$have_ecore_fb" = "xyes" ; then - AC_CHECK_HEADER(tslib.h, - [ -- tslib_libs="-ltslib" -+ tslib_libs="-lts" - AC_DEFINE(HAVE_TSLIB, 1, [Build Ecore_FB Touchscreen Code]) - ] - ) |