X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fefl%2Flibedbus%2Flibedbus.mk;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fefl%2Flibedbus%2Flibedbus.mk;h=18f047aa7410154af331d37c5967248a3dc74d4e;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/efl/libedbus/libedbus.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/efl/libedbus/libedbus.mk new file mode 100644 index 0000000..18f047a --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/package/efl/libedbus/libedbus.mk @@ -0,0 +1,37 @@ +################################################################################ +# +# libedbus +# +################################################################################ + +LIBEDBUS_VERSION = $(EFL_VERSION) +LIBEDBUS_SOURCE = e_dbus-$(LIBEDBUS_VERSION).tar.bz2 +LIBEDBUS_SITE = http://download.enlightenment.org/releases +LIBEDBUS_LICENSE = BSD-2c +LIBEDBUS_LICENSE_FILES = COPYING + +LIBEDBUS_INSTALL_STAGING = YES + +LIBEDBUS_DEPENDENCIES = host-pkgconf dbus libeina libecore + +ifeq ($(BR2_PACKAGE_LIBEDBUS_BLUEZ),y) +LIBEDBUS_CONF_OPTS += --enable-ebluez +LIBEDBUS_DEPENDENCIES += bluez_utils +else +LIBEDBUS_CONF_OPTS += --disable-ebluez +endif + +ifeq ($(BR2_PACKAGE_LIBEDBUS_CONNMAN),y) +LIBEDBUS_CONF_OPTS += --enable-econnman0_7x +LIBEDBUS_DEPENDENCIES += connman +else +LIBEDBUS_CONF_OPTS += --disable-econnman0_7x +endif + +ifeq ($(BR2_PACKAGE_LIBEDBUS_NOTIFY),y) +LIBEDBUS_CONF_OPTS += --enable-enotify --disable-edbus-notify-test +else +LIBEDBUS_CONF_OPTS += --disable-enotify +endif + +$(eval $(autotools-package))