7ae11c0ffd
expedite from 1.15 branch doesn't build anymore with efl 1.18 due to API changes. Since there is no new release or 1.18 scpecific branch, use the latest commit. Add a hash file. Signed-off-by: Romain Naour <romain.naour@gmail.com> [Thomas: fix hash file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
25 lines
715 B
Makefile
25 lines
715 B
Makefile
################################################################################
|
|
#
|
|
# expedite
|
|
#
|
|
################################################################################
|
|
|
|
EXPEDITE_VERSION = ffa005ea3de26b4219f32c285cb1665bb1366163
|
|
EXPEDITE_SITE = http://git.enlightenment.org/tools/expedite.git
|
|
EXPEDITE_SITE_METHOD = git
|
|
EXPEDITE_LICENSE = BSD-2c
|
|
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))
|