[Buildroot] [PATCH 1/2] package/efl: add libunwind optional dependency

Romain Naour romain.naour at gmail.com
Sun Apr 16 19:49:05 UTC 2017


There is no configure option to enable/disable libunwind support.
See efl/m4/efl_libunwind.m4

Signed-off-by: Romain Naour <romain.naour at gmail.com>
---
 package/efl/efl.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/efl/efl.mk b/package/efl/efl.mk
index 4008d30..04e15f5 100644
--- a/package/efl/efl.mk
+++ b/package/efl/efl.mk
@@ -293,6 +293,10 @@ endef
 EFL_POST_INSTALL_TARGET_HOOKS = EFL_HOOK_REMOVE_UPOWER
 endif
 
+ifeq ($(BR2_PACKAGE_LIBUNWIND),y)
+EFL_DEPENDENCIES += libunwind
+endif
+
 $(eval $(autotools-package))
 
 ################################################################################
-- 
2.9.3



More information about the buildroot mailing list