81f2464857
E_Dbus is a set of wrappers around DBus APIs by third parties, so they can be easily used by EFL applications, automatically providing Ecore/main loop integration, as well as Eina data types. So far, E_Dbus wraps the following: dbus: core dbus integrated into ecore main loop, it is the base for all users of DBus in EFL. connman: implements API described by ConnMan, a network connection manager. hal: implements API described by Hardware Abstraction Layer, a freedesktop.org standard to access storage, power management features and so on. libnotify: implements API described by libnotify, used by many applications and default in many distributions as the standard to inform user about status changes. It is the based o Ubuntu's OSD, a passive notification system. bluez: implement bluetooth handling and control via bluez. ukit: udev (umount/power etc.) handling. ofono: ofono telephony access.
18 lines
507 B
Makefile
18 lines
507 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2012/12/30 19:57:06 roelants Exp $
|
|
|
|
BUILDLINK_TREE+= e_dbus
|
|
|
|
.if !defined(E_DBUS_BUILDLINK3_MK)
|
|
E_DBUS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.e_dbus+= e_dbus>=1.7.0
|
|
BUILDLINK_PKGSRCDIR.e_dbus?= ../../wip/e_dbus
|
|
|
|
.include "../../wip/ecore/buildlink3.mk"
|
|
.include "../../wip/eina/buildlink3.mk"
|
|
.include "../../wip/evas/buildlink3.mk"
|
|
.include "../../sysutils/dbus/buildlink3.mk"
|
|
.include "../../wip/efreet/buildlink3.mk"
|
|
.endif # E_DBUS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -e_dbus
|