Enlightenment CVS committal
Author : englebass
Project : e17
Module : apps/e
Dir : e17/apps/e
Modified Files:
configure.in enlightenment.pc.in
Log Message:
- If e is built with dbus support, pass the DBUS flag on to modules.
- Only export functions which don't require dbus from e_msgbus.h
===================================================================
RCS file: /cvs/e/e17/apps/e/configure.in,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -3 -r1.209 -r1.210
--- configure.in 1 Aug 2008 03:08:16 -0000 1.209
+++ configure.in 5 Aug 2008 13:52:00 -0000 1.210
@@ -221,14 +221,16 @@
# this is used to conditionally build modules which depend on E_DBUS
AM_CONDITIONAL(HAVE_EDBUS, test x$have_edbus = "xyes")
+define_e_dbus=""
if test x$have_edbus = "xyes"; then
+ define_e_dbus="-DHAVE_EDBUS"
if test x$have_ehal = "xyes"; then
AC_DEFINE(HAVE_EDBUS, 1, [E_Dbus support])
fi
fi
e_libs=$E_LIBS" "$LIBINTL" "$fnmatch_libs" "
-e_cflags="-DUSE_E_CONFIG_H "$E_CFLAGS" "$E_DBUS_CFLAGS" "
+e_cflags="-DUSE_E_CONFIG_H "$define_e_dbus" "$E_CFLAGS" "$E_DBUS_CFLAGS" "
AC_SUBST(e_libs)
AC_SUBST(e_cflags)
===================================================================
RCS file: /cvs/e/e17/apps/e/enlightenment.pc.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- enlightenment.pc.in 31 Mar 2008 14:35:23 -0000 1.3
+++ enlightenment.pc.in 5 Aug 2008 13:52:00 -0000 1.4
@@ -6,6 +6,6 @@
Name: enlightenment
Description: Enlightenmnt Window Manager
Version: @VERSION@
-Libs: @libdir@/@PACKAGE@/modules
+Libs: -L${libdir}
Libs.private:
-Cflags: -I${includedir}
+Cflags: -I${includedir} @e_cflags@
-------------------------------------------------------------------------
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