All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/efl: add libunwind optional dependency
@ 2017-04-16 19:49 Romain Naour
  2017-04-16 19:49 ` [Buildroot] [PATCH 2/2] package/libunwind: disable for x86 with uClibc toolchain Romain Naour
  2017-04-17 13:09 ` [Buildroot] [PATCH 1/2] package/efl: add libunwind optional dependency Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Romain Naour @ 2017-04-16 19:49 UTC (permalink / raw)
  To: buildroot

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>
---
 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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-17 13:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-16 19:49 [Buildroot] [PATCH 1/2] package/efl: add libunwind optional dependency Romain Naour
2017-04-16 19:49 ` [Buildroot] [PATCH 2/2] package/libunwind: disable for x86 with uClibc toolchain Romain Naour
2017-04-17  9:25   ` Yann E. MORIN
2017-04-17 13:09 ` [Buildroot] [PATCH 1/2] package/efl: add libunwind optional dependency Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.