[Buildroot] [git commit] weston: drop libunwind optional dependency

Peter Korsgaard peter at korsgaard.com
Tue Nov 20 22:11:37 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=fac4474cefc5ce0fd5efd620552dda2d217b497c
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

libunwind was dropped since 3.0.91, see:
https://github.com/wayland-project/weston/commit/bb707dc0fe331c9af112a0552b7aa6fde755dd83

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/weston/weston.mk | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/package/weston/weston.mk b/package/weston/weston.mk
index efe12bc01e..66f5d5d792 100644
--- a/package/weston/weston.mk
+++ b/package/weston/weston.mk
@@ -60,12 +60,6 @@ WESTON_CONF_OPTS += \
 	--disable-simple-egl-clients
 endif
 
-ifeq ($(BR2_PACKAGE_LIBUNWIND),y)
-WESTON_DEPENDENCIES += libunwind
-else
-WESTON_CONF_OPTS += --disable-libunwind
-endif
-
 ifeq ($(BR2_PACKAGE_WESTON_RDP),y)
 WESTON_DEPENDENCIES += freerdp
 WESTON_CONF_OPTS += --enable-rdp-compositor


More information about the buildroot mailing list