Hi

If I build ecore with fb engine enabled on a system with tslib installed
I get a linker error because it tries to link against "tslib" instead of
"ts". The attached patch fixes this.

I thought about removing tslib from configure.in since it is currently
not used, but I have a feeling that support for tslib will appear
sometime in the near future.

Please apply.

-- Lars Munch
Index: ecore/configure.in
===================================================================
RCS file: /var/cvs/e/e17/libs/ecore/configure.in,v
retrieving revision 1.191
diff -u -r1.191 configure.in
--- ecore/configure.in	4 Apr 2007 12:28:16 -0000	1.191
+++ ecore/configure.in	4 Apr 2007 13:44:30 -0000
@@ -238,7 +238,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])
   ]
 )
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to