summaryrefslogtreecommitdiff
path: root/package/expedite
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@openwide.fr>2015-12-19 17:39:16 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-20 14:42:22 +0100
commit1f83a7a7261cf100d1d69693d6a202f469684f37 (patch)
tree960697a8c0ac30ed6009fa6d15e0b4659b5c2702 /package/expedite
parente6209bbb60686cb51c83282e97e8309027ec8133 (diff)
package/efl: rename libefl to efl
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>
Diffstat (limited to 'package/expedite')
-rw-r--r--package/expedite/expedite.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/expedite/expedite.mk b/package/expedite/expedite.mk
index 4a4e2ee82..8754dc0da 100644
--- a/package/expedite/expedite.mk
+++ b/package/expedite/expedite.mk
@@ -11,12 +11,12 @@ EXPEDITE_SITE_METHOD = git
EXPEDITE_LICENSE = BSD-2c
EXPEDITE_LICENSE_FILES = COPYING
-EXPEDITE_DEPENDENCIES = host-libefl host-pkgconf libefl
+EXPEDITE_DEPENDENCIES = host-efl host-pkgconf efl
# There is no configure script in the git tree.
EXPEDITE_AUTORECONF = YES
-ifeq ($(BR2_PACKAGE_LIBEFL_X_XLIB),y)
+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