summaryrefslogtreecommitdiff
path: root/packages/efl1/ecore/fix-tslib-configure.patch
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-02-09 12:25:44 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-02-09 12:25:44 +0000
commit3afdbd34370351cb3833ee3e70799517ce9e9d41 (patch)
tree0b0028076cfcdfadea2fbcf75ccbf96546808ff7 /packages/efl1/ecore/fix-tslib-configure.patch
parentafd00a1c0b075a54a9ea806c45695282c18eaa89 (diff)
ecore cvs remove patches that have been upstreamed for a while now
Diffstat (limited to 'packages/efl1/ecore/fix-tslib-configure.patch')
-rw-r--r--packages/efl1/ecore/fix-tslib-configure.patch19
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])
- ]
- )