diff --git a/srcpkgs/weston/patches/musl.patch b/srcpkgs/weston/patches/musl.patch new file mode 100644 index 00000000000..8a85e9767c0 --- /dev/null +++ b/srcpkgs/weston/patches/musl.patch @@ -0,0 +1,10 @@ +--- shared/xalloc.h.orig 2016-06-01 07:31:00.671473482 +0200 ++++ shared/xalloc.h 2016-06-01 07:31:13.382610803 +0200 +@@ -32,6 +32,7 @@ extern "C" { + + #include + #include ++#include + + #include "zalloc.h" + diff --git a/srcpkgs/weston/template b/srcpkgs/weston/template index 84576d7c6c2..fb2556a2f84 100644 --- a/srcpkgs/weston/template +++ b/srcpkgs/weston/template @@ -1,7 +1,7 @@ # Template file for 'weston'. pkgname=weston -version=1.10.0 -revision=2 +version=1.11.0 +revision=1 build_style=gnu-configure # XXX enable rdp compositor if freerdp is updated to >=1.1. configure_args="--enable-libinput-backend --disable-setuid-install @@ -13,7 +13,7 @@ maintainer="Juan RP " homepage="http://wayland.freedesktop.org/" license="MIT" distfiles="http://wayland.freedesktop.org/releases/${pkgname}-${version}.tar.xz" -checksum=e0b2004d00d8293ddf7903ca283c1746afa9ccb5919ab50fd04397ff472aa5c1 +checksum=05e086e9f186a06843b9f7a5e1abf19347b1a6e4be26d7e74927abc17b6b7125 system_groups="weston-launch" lib32disabled=yes