kumquat-buildroot/package/expedite/expedite.mk
Romain Naour 7a7b184c6b package/expedite: bump version for efl 1.19 support
Required due to eo api changes.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-04-15 10:43:11 +02:00

25 lines
721 B
Makefile

################################################################################
#
# expedite
#
################################################################################
EXPEDITE_VERSION = 0529ce56b6fb01e9651e76461e9608e15a040fb3
EXPEDITE_SITE = http://git.enlightenment.org/tools/expedite.git
EXPEDITE_SITE_METHOD = git
EXPEDITE_LICENSE = BSD-2-Clause
EXPEDITE_LICENSE_FILES = COPYING
EXPEDITE_DEPENDENCIES = host-efl host-pkgconf efl
# There is no configure script in the git tree.
EXPEDITE_AUTORECONF = YES
ifeq ($(BR2_PACKAGE_EFL_X_XLIB),y)
EXPEDITE_CONF_OPTS += --with-x=$(STAGING_DIR) \
--x-includes=$(STAGING_DIR)/usr/include \
--x-libraries=$(STAGING_DIR)/usr/lib
endif
$(eval $(autotools-package))