mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
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: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
3d5f83ffaf
commit
8cc76ff19d
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_ENLIGHTENMENT
|
config BR2_PACKAGE_ENLIGHTENMENT
|
||||||
bool "enlightenment"
|
bool "enlightenment"
|
||||||
|
select BR2_PACKAGE_EFL
|
||||||
select BR2_PACKAGE_LIBECORE
|
select BR2_PACKAGE_LIBECORE
|
||||||
select BR2_PACKAGE_LIBECORE_X
|
select BR2_PACKAGE_LIBECORE_X
|
||||||
select BR2_PACKAGE_LIBEINA
|
select BR2_PACKAGE_LIBEINA
|
||||||
|
Loading…
x
Reference in New Issue
Block a user