On Tue, 17 Aug 2010 11:27:51 -0700 "Enlightenment SVN"
<no-re...@enlightenment.org> said:

actually it needs to stay in. the source of this is the fact EDBus.h includes
dbus/dbus.h which means apps (or libs that use edbus) can use libdbus calls
directly as a result and thus require direct linking. get rid of that include
and the dso fix can go. i'm putting back in until we "agree" and sort this out
- but unfortunately its technically correct (i believe).

> Log:
>   revert the DSO fix, it's wrong. If there is a problem, it should be fixed
> elsewhere 
> Author:       caro
> Date:         2010-08-17 11:27:51 -0700 (Tue, 17 Aug 2010)
> New Revision: 51264
> 
> Modified:
>   trunk/e_dbus/configure.ac trunk/e_dbus/edbus.pc.in 
> 
> Modified: trunk/e_dbus/configure.ac
> ===================================================================
> --- trunk/e_dbus/configure.ac 2010-08-17 17:55:48 UTC (rev 51263)
> +++ trunk/e_dbus/configure.ac 2010-08-17 18:27:51 UTC (rev 51264)
> @@ -137,9 +137,6 @@
>  
>  ### Checks for libraries
>  
> -PKG_CHECK_MODULES([DBUS], [dbus-1 >= 0.62])
> -AC_SUBST(DBUS_LIBS)
> -
>  PKG_CHECK_MODULES([EDBUS], [ecore >= 1.0.0 eina >= 1.0.0 dbus-1 >= 0.62])
>  
>  # Find out the version of DBUS we're using
> 
> Modified: trunk/e_dbus/edbus.pc.in
> ===================================================================
> --- trunk/e_dbus/edbus.pc.in  2010-08-17 17:55:48 UTC (rev 51263)
> +++ trunk/e_dbus/edbus.pc.in  2010-08-17 18:27:51 UTC (rev 51264)
> @@ -7,5 +7,5 @@
>  Description: DBus convenience library
>  @pkgconfig_requires_private@: @requirement_edbus@
>  Version: @VERSION@
> -Libs: -L${libdir} -ledbus @DBUS_LIBS@
> +Libs: -L${libdir} -ledbus
>  Cflags: -I${includedir}/e_db...@vmaj@
> 
> 
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by 
> 
> Make an app they can't live without
> Enter the BlackBerry Developer Challenge
> http://p.sf.net/sfu/RIM-dev2dev 
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to