summaryrefslogtreecommitdiff
path: root/packages/efl1/ecore/fix-tslib-configure.patch
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2008-02-12 13:42:34 +0000
committerPhilip Balister <philip@balister.org>2008-02-12 13:42:34 +0000
commit64efb6d640ada9fffcb4c98a1e4ae4f8d2bd0e9c (patch)
treec5581b96374be871d59809b2934aa791ccc5bfdf /packages/efl1/ecore/fix-tslib-configure.patch
parent73c9713cacf49f300e034bbb6b47df17caf29d4f (diff)
parent3168ff71a18d3bfa339f0ccdace03878ab2094f2 (diff)
merge of '967336334b2d3b22623c9851eb0ab8a2f5ad19c2'
and 'f1ce41fae2ee4dc6bfc75fb8d991a37869ef24d8'
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])
- ]
- )