diff options
author | Gustavo Sverzut Barbieri <barbieri@profusion.mobi> | 2013-08-08 20:32:53 -0300 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@profusion.mobi> | 2013-08-09 14:28:02 -0300 |
commit | c0c5736a4e0d41adc9c97577006c289718c926de (patch) | |
tree | 50bc5feedd13d4c4fca49aeb55842008fd3100b7 /pc | |
parent | ca39ff976e576dd917becf989f28fdf149c9f1d0 (diff) | |
download | efl-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.in | 2 |
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 |