diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2018-11-20 21:19:25 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-11-20 23:11:37 +0100 |
commit | fac4474cefc5ce0fd5efd620552dda2d217b497c (patch) | |
tree | 94b9e6c1bc4d7f910fcb2387515552ae272a7798 | |
parent | adec30e4f0abc12ec5ca0b2710e4b0e3be867e83 (diff) | |
download | buildroot-fac4474cefc5ce0fd5efd620552dda2d217b497c.tar.gz buildroot-fac4474cefc5ce0fd5efd620552dda2d217b497c.zip |
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 <fontaine.fabrice@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/weston/weston.mk | 6 |
1 files changed, 0 insertions, 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 |