weston: drop libunwind optional dependency

libunwind was dropped since 3.0.91, see:
bb707dc0fe

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Fabrice Fontaine 2018-11-20 21:19:25 +01:00 committed by Peter Korsgaard
parent adec30e4f0
commit fac4474cef

View File

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