weston: update to 1.11.0.
This commit is contained in:
parent
a7b4adb898
commit
1c553a0b7b
|
@ -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 <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
+#include <inttypes.h>
|
||||||
|
|
||||||
|
#include "zalloc.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'weston'.
|
# Template file for 'weston'.
|
||||||
pkgname=weston
|
pkgname=weston
|
||||||
version=1.10.0
|
version=1.11.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
# XXX enable rdp compositor if freerdp is updated to >=1.1.
|
# XXX enable rdp compositor if freerdp is updated to >=1.1.
|
||||||
configure_args="--enable-libinput-backend --disable-setuid-install
|
configure_args="--enable-libinput-backend --disable-setuid-install
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://wayland.freedesktop.org/"
|
homepage="http://wayland.freedesktop.org/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="http://wayland.freedesktop.org/releases/${pkgname}-${version}.tar.xz"
|
distfiles="http://wayland.freedesktop.org/releases/${pkgname}-${version}.tar.xz"
|
||||||
checksum=e0b2004d00d8293ddf7903ca283c1746afa9ccb5919ab50fd04397ff472aa5c1
|
checksum=05e086e9f186a06843b9f7a5e1abf19347b1a6e4be26d7e74927abc17b6b7125
|
||||||
|
|
||||||
system_groups="weston-launch"
|
system_groups="weston-launch"
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
Loading…
Reference in New Issue