]> git.pld-linux.org Git - packages/ecore.git/commitdiff
- fix linking with tslib
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 9 Sep 2007 11:01:17 +0000 (11:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ecore-tslib.patch -> 1.1

ecore-tslib.patch [new file with mode: 0644]

diff --git a/ecore-tslib.patch b/ecore-tslib.patch
new file mode 100644 (file)
index 0000000..d396b78
--- /dev/null
@@ -0,0 +1,11 @@
+--- ecore-0.9.9.038/configure.in.orig  2007-05-05 17:04:30.000000000 +0200
++++ ecore-0.9.9.038/configure.in       2007-09-09 12:17:38.017980725 +0200
+@@ -321,7 +321,7 @@
+ 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])
+   ]
+ )
This page took 0.072582 seconds and 4 git commands to generate.