[E-devel] [PATCH] ecore tslib configure.in fix

2007-04-04 Thread Lars Munch
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 -	1.191
+++ ecore/configure.in	4 Apr 2007 13:44:30 -
@@ -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.phpp=sourceforgeCID=DEVDEV___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [PATCH] ecore tslib configure.in fix

2007-04-04 Thread Jorge Luis Zapata Muga
On 4/4/07, Lars Munch [EMAIL PROTECTED] wrote:
 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.

Indeed, i already have some code to push up on the server which also
handles the issue you are saying. as im without a pc this days and
can't test my code, i wont be able to commit anything, hope you dont
mind to wait a little longer for the fb changes. :)

 Please apply.

 -- Lars Munch

 -
 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.phpp=sourceforgeCID=DEVDEV
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-
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.phpp=sourceforgeCID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel