1f83a7a726
This allow to keep backward compatibility with older defconfig files that used BR2_PACKAGE_EFL. Don't add Config.in.legacy entry for libefl since it's not part of any Buildroot release. Signed-off-by: Romain Naour <romain.naour@openwide.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
26 lines
733 B
Makefile
26 lines
733 B
Makefile
################################################################################
|
|
#
|
|
# expedite
|
|
#
|
|
################################################################################
|
|
|
|
# efl-1.15 branch
|
|
EXPEDITE_VERSION = 3ce8b3f1451700f9a2da60c2e717c644220e2449
|
|
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))
|