From: Fabrice Fontaine Date: Tue, 20 Nov 2018 20:19:25 +0000 (+0100) Subject: weston: drop libunwind optional dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fac4474cefc5ce0fd5efd620552dda2d217b497c;p=buildroot.git weston: drop libunwind optional dependency libunwind was dropped since 3.0.91, see: https://github.com/wayland-project/weston/commit/bb707dc0fe331c9af112a0552b7aa6fde755dd83 Signed-off-by: Fabrice Fontaine Acked-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- 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