mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03: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:
@@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_ENLIGHTENMENT
|
||||
bool "enlightenment"
|
||||
select BR2_PACKAGE_EFL
|
||||
select BR2_PACKAGE_LIBECORE
|
||||
select BR2_PACKAGE_LIBECORE_X
|
||||
select BR2_PACKAGE_LIBEINA
|
||||
|
||||
Reference in New Issue
Block a user