summaryrefslogtreecommitdiff
path: root/pc
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>2013-08-08 20:32:53 -0300
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>2013-08-09 14:28:02 -0300
commitc0c5736a4e0d41adc9c97577006c289718c926de (patch)
tree50bc5feedd13d4c4fca49aeb55842008fd3100b7 /pc
parentca39ff976e576dd917becf989f28fdf149c9f1d0 (diff)
downloadefl-c0c5736a4e0d41adc9c97577006c289718c926de.tar.gz
ecore: add system modules, implement 'systemd'.
Ecore will now load "system modules" on ecore_init(). The "systemd" module will use DBus to monitor localed, hostnamed and timedated and add system events related to those changes.
Diffstat (limited to 'pc')
-rw-r--r--pc/ecore.pc.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/pc/ecore.pc.in b/pc/ecore.pc.in
index 2f0de2a907..ab7004a420 100644
--- a/pc/ecore.pc.in
+++ b/pc/ecore.pc.in
@@ -2,6 +2,8 @@ prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
+modules=@libdir@/ecore
+module_arch=@MODULE_ARCH@
Name: ecore
Description: Ecore event abstraction library