Commit 8cc76ff1 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

enlightenment: fix efl dependency



The efl libraries depends on BR2_PACKAGE_EFL, so ensure enlightenment
selects it as well, otherwise kconfig complains.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 3d5f83ff
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_ENLIGHTENMENT
	bool "enlightenment"
	select BR2_PACKAGE_EFL
	select BR2_PACKAGE_LIBECORE
	select BR2_PACKAGE_LIBECORE_X
	select BR2_PACKAGE_LIBEINA