Browse Source

package/efl: add libunwind optional dependency

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

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Romain Naour 8 năm trước cách đây
mục cha
commit
51597e99e9
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      package/efl/efl.mk

+ 4 - 0
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))
 
 ################################################################################