mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
libedbus: Add new package
[Peter: select dbus, add upstream URL, remove unneeded autoreconf] Signed-off-by: Will Newton <will.newton@imgtec.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
9c3e2f9789
commit
7ba2e23d8b
@@ -18,6 +18,7 @@ source "package/efl/libembryo/Config.in"
|
|||||||
source "package/efl/libedje/Config.in"
|
source "package/efl/libedje/Config.in"
|
||||||
source "package/efl/libethumb/Config.in"
|
source "package/efl/libethumb/Config.in"
|
||||||
source "package/efl/libelementary/Config.in"
|
source "package/efl/libelementary/Config.in"
|
||||||
|
source "package/efl/libedbus/Config.in"
|
||||||
|
|
||||||
endif # BR2_PACKAGE_EFL
|
endif # BR2_PACKAGE_EFL
|
||||||
|
|
||||||
|
|||||||
11
package/efl/libedbus/Config.in
Normal file
11
package/efl/libedbus/Config.in
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
config BR2_PACKAGE_LIBEDBUS
|
||||||
|
bool "libedbus"
|
||||||
|
select BR2_PACKAGE_LIBEINA
|
||||||
|
select BR2_PACKAGE_LIBECORE
|
||||||
|
depends on BR2_PACKAGE_DBUS
|
||||||
|
help
|
||||||
|
E_Dbus is a set of wrappers around D-Bus APIs so they can be
|
||||||
|
easily used by EFL applications, automatically providing
|
||||||
|
Ecore/main loop integration, as well as Eina data types.
|
||||||
|
|
||||||
|
http://trac.enlightenment.org/e/wiki/E_Dbus
|
||||||
14
package/efl/libedbus/libedbus.mk
Normal file
14
package/efl/libedbus/libedbus.mk
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
#############################################################
|
||||||
|
#
|
||||||
|
# libedbus
|
||||||
|
#
|
||||||
|
#############################################################
|
||||||
|
|
||||||
|
LIBEDBUS_VERSION = 1.1.0
|
||||||
|
LIBEDBUS_SOURCE = e_dbus-$(LIBEDBUS_VERSION).tar.bz2
|
||||||
|
LIBEDBUS_SITE = http://download.enlightenment.org/releases/
|
||||||
|
LIBEDBUS_INSTALL_STAGING = YES
|
||||||
|
|
||||||
|
LIBEDBUS_DEPENDENCIES = host-pkg-config dbus libeina libecore
|
||||||
|
|
||||||
|
$(eval $(call AUTOTARGETS))
|
||||||
Reference in New Issue
Block a user