On Dec 20, 2007 12:09 PM, Dr. Michael 'Mickey' Lauer <[EMAIL PROTECTED]> wrote: > 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" >
indeed, the code from http://tslib.berlios.de/ installs libts no libtslib. > 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. > > > Regards, > > :M: > -- > Michael 'Mickey' Lauer | IT-Freelancer | http://www.vanille-media.de > > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: > 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 > ------------------------------------------------------------------------- SF.Net email is sponsored by: 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
