summaryrefslogtreecommitdiff
path: root/packages/efl/ecore
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2007-01-27 22:37:14 +0000
committerJustin Patrin <papercrane@gmail.com>2007-01-27 22:37:14 +0000
commit4e14757e455f60c3d29747412a2364b29aec53e8 (patch)
tree2a22ef0ea92f9b7fee43cef35003dadbccd3238f /packages/efl/ecore
parent5f953ef49e4be710792f1bd829d540d986a20952 (diff)
efl, e17: update ot newest versions
Diffstat (limited to 'packages/efl/ecore')
-rw-r--r--packages/efl/ecore/fix-tslib-configure.patch24
1 files changed, 12 insertions, 12 deletions
diff --git a/packages/efl/ecore/fix-tslib-configure.patch b/packages/efl/ecore/fix-tslib-configure.patch
index 5a23f904dc..2c82b2741e 100644
--- a/packages/efl/ecore/fix-tslib-configure.patch
+++ b/packages/efl/ecore/fix-tslib-configure.patch
@@ -1,12 +1,12 @@
-diff -Nur ecore-0.9.9.015~/configure.in ecore-0.9.9.015/configure.in
---- ecore-0.9.9.015~/configure.in 2005-09-27 17:22:38.000000000 -0700
-+++ ecore-0.9.9.015/configure.in 2005-09-27 17:23:40.000000000 -0700
-@@ -103,7 +102,7 @@
- tslib_libs=""
- AC_CHECK_HEADER(tslib.h,
- [
-- tslib_libs="-ltslib"
-+ tslib_libs="-lts"
- AC_DEFINE(HAVE_TSLIB, 1, [Build Ecore_X Module])
- ],[
- AC_MSG_RESULT("No tslib header found. No tslib support being built")
+diff -Nur ecore-0.9.9.037~/configure.in ecore-0.9.9.037/configure.in
+--- ecore-0.9.9.037~/configure.in 2007-01-14 20:21:42.000000000 -0800
++++ ecore-0.9.9.037/configure.in 2007-01-14 20:22:18.000000000 -0800
+@@ -578,7 +578,7 @@
+ if test "x$want_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])
+ ]
+ )