Enlightenment CVS wrote:
> Enlightenment CVS committal
> 
> Author  : raster
> Project : e17
> Module  : apps/e
> 
> Dir     : e17/apps/e
> 
> 
> Modified Files:
>       configure.in enlightenment.pc.in 
> 
> 
> Log Message:
> 
> 
> fix pc file to not inlcude dbus verbatim includes. just -D's for config

Well, you should have the -I flags as well, so that you don't need to 
find the include paths for headers which e.h includes.

Sebastian

> 
> ===================================================================
> RCS file: /cvs/e/e17/apps/e/configure.in,v
> retrieving revision 1.210
> retrieving revision 1.211
> diff -u -3 -r1.210 -r1.211
> --- configure.in      5 Aug 2008 13:52:00 -0000       1.210
> +++ configure.in      6 Aug 2008 05:42:53 -0000       1.211
> @@ -231,8 +231,11 @@
>  
>  e_libs=$E_LIBS" "$LIBINTL" "$fnmatch_libs" "
>  e_cflags="-DUSE_E_CONFIG_H "$define_e_dbus" "$E_CFLAGS" "$E_DBUS_CFLAGS" "
> +e_configflags="-DUSE_E_CONFIG_H "$define_e_dbus" "
> +
>  AC_SUBST(e_libs)
>  AC_SUBST(e_cflags)
> +AC_SUBST(e_configflags)
>  
>  profile="SLOW_PC"
>  AC_ARG_WITH(profile,
> ===================================================================
> RCS file: /cvs/e/e17/apps/e/enlightenment.pc.in,v
> retrieving revision 1.4
> retrieving revision 1.5
> diff -u -3 -r1.4 -r1.5
> --- enlightenment.pc.in       5 Aug 2008 13:52:00 -0000       1.4
> +++ enlightenment.pc.in       6 Aug 2008 05:42:53 -0000       1.5
> @@ -8,4 +8,4 @@
>  Version: @VERSION@
>  Libs: -L${libdir}
>  Libs.private: 
> -Cflags: -I${includedir}  @e_cflags@
> +Cflags: -I${includedir} @e_configflags@
> 
> 
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> enlightenment-cvs mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to