mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
e6209bbb60
commit
1f83a7a726
@@ -28,7 +28,7 @@ DBUS_CPP_LICENSE_FILES = COPYING
|
||||
|
||||
ifeq ($(BR2_PACKAGE_EFL),y)
|
||||
DBUS_CPP_CONF_OPTS += --enable-ecore
|
||||
DBUS_CPP_DEPENDENCIES += libefl
|
||||
DBUS_CPP_DEPENDENCIES += efl
|
||||
else
|
||||
DBUS_CPP_CONF_OPTS += --disable-ecore
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user