summaryrefslogtreecommitdiff
path: root/packages/efl/ecore/fix-tslib-configure.patch
blob: 2c82b2741e0111a85669e9332ea8329ac7b9d0a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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])
     ]
   )