diff options
| author | Romain Naour <romain.naour@openwide.fr> | 2015-12-19 17:39:16 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-20 14:42:22 +0100 |
| commit | 1f83a7a7261cf100d1d69693d6a202f469684f37 (patch) | |
| tree | 960697a8c0ac30ed6009fa6d15e0b4659b5c2702 /package/elementary | |
| parent | e6209bbb60686cb51c83282e97e8309027ec8133 (diff) | |
| download | buildroot-1f83a7a7261cf100d1d69693d6a202f469684f37.tar.gz buildroot-1f83a7a7261cf100d1d69693d6a202f469684f37.zip | |
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/elementary')
| -rw-r--r-- | package/elementary/elementary.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/elementary/elementary.mk b/package/elementary/elementary.mk index 4320064aaf..57da1e04f2 100644 --- a/package/elementary/elementary.mk +++ b/package/elementary/elementary.mk @@ -12,7 +12,7 @@ ELEMENTARY_LICENSE_FILES = COPYING ELEMENTARY_INSTALL_STAGING = YES -ELEMENTARY_DEPENDENCIES = host-pkgconf host-libefl host-elementary libefl +ELEMENTARY_DEPENDENCIES = host-pkgconf host-efl host-elementary efl ELEMENTARY_CONF_OPTS = \ --with-edje-cc=$(HOST_DIR)/usr/bin/edje_cc \ @@ -25,7 +25,7 @@ ELEMENTARY_CONF_OPTS = \ # We need a host package in order to provide elm_prefs_cc and # elementary_codegen. -HOST_ELEMENTARY_DEPENDENCIES = host-pkgconf host-libefl +HOST_ELEMENTARY_DEPENDENCIES = host-pkgconf host-efl HOST_ELEMENTARY_CONF_OPTS = \ --with-edje-cc=$(HOST_DIR)/usr/bin/edje_cc \ --with-eet-eet=$(HOST_DIR)/usr/bin/eet \ |

