On Thu, 3 Mar 2011, Enlightenment SVN wrote:

> Log:
> elsa: fix DSO.
>
>
> Author:       cedric
> Date:         2011-03-03 04:28:40 -0800 (Thu, 03 Mar 2011)
> New Revision: 57485
> Trac:         http://trac.enlightenment.org/e/changeset/57485
>
> Modified:
>  trunk/PROTO/elsa/configure.ac
>
> Modified: trunk/PROTO/elsa/configure.ac
> ===================================================================
> --- trunk/PROTO/elsa/configure.ac     2011-03-03 12:26:36 UTC (rev 57484)
> +++ trunk/PROTO/elsa/configure.ac     2011-03-03 12:28:40 UTC (rev 57485)
> @@ -71,7 +71,7 @@
> ### Checks for libraries
>
> PKG_CHECK_MODULES([ELSA], [efreet] [eina >= 1.0.0] [eet >= 1.2.3] [ecore >= 
> 1.0.0] [ecore-file >= 1.0.0] [xcb >= 1.0.0])
> -PKG_CHECK_MODULES([ELSA_CLIENT], [elementary >= 0.5.0.0])
> +PKG_CHECK_MODULES([ELSA_CLIENT], [elementary >= 0.5.0.0] [evas >= 1.0.0] 
> [ecore >= 1.0.0] [eina >= 1.0.0])

PKG_CHECK_MODULES([ELSA_CLIENT], [elementary >= 0.5.0.0 evas >= 1.0.0 ecore >= 
1.0.0 eina >= 1.0.0])

is quite sufficient. Same for the line above

Vincent

>
> if test "x${enable_pam}" = "xyes" ; then
>    AC_CHECK_LIB([pam], [pam_start],
>
>
> ------------------------------------------------------------------------------
> Free Software Download: Index, Search & Analyze Logs and other IT data in
> Real-Time with Splunk. Collect, index and harness all the fast moving IT data
> generated by your applications, servers and devices whether physical, virtual
> or in the cloud. Deliver compliance at lower cost and gain new business
> insights. http://p.sf.net/sfu/splunk-dev2dev
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
>

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to