On Thu, 20 Dec 2007 12:09:31 +0100 "Dr. Michael 'Mickey' Lauer" <[EMAIL PROTECTED]> babbled:
> Carsten Haitzler wrote: > > On Wed, 19 Dec 2007 14:16:19 +0100 Michael 'Mickey' Lauer > > <[EMAIL PROTECTED]> babbled: > >> Enlightenment CVS wrote: > >> > @@ -569,7 +581,7 @@ > >> > if test "x$have_ecore_fb" = "xyes" ; then > >> > AC_CHECK_HEADER(tslib.h, > >> > [ > >> > - tslib_libs="-lts" > >> > + AC_CHECK_LIB(ts, ts_open, tslib_libs="-lts", tslib_libs="-ltslib") > >> > AC_DEFINE(HAVE_TSLIB, 1, [Build Ecore_FB Touchscreen Code]) > >> > ] > >> > ) > >> > >> I don't understand the fourth argument -- sure this is correct? (I > >> never heard of libtslib.so). > > > check the ecore patches in efl1/ in openembedded > > Sure, I know, since I wrote these patches. It's: > - tslib_libs="-ltslib" > + tslib_libs="-lts" > > There is no library called libtslib -- it's libts. So > > >> > + AC_CHECK_LIB(ts, ts_open, tslib_libs="-lts", tslib_libs="-ltslib") > > is why I still don't understand the last argument to AC_CHECK_LIB. that's the original tslib code - that it linked to -ltslib - so it must have existed somewhere.... -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [EMAIL PROTECTED] ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
