From 46db2fd31cafc7262e1ba1583c39e26730496a11 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 13 Jan 2017 00:39:37 +0000 Subject: [PATCH] community/weston to 1.12.0-2 --- community/weston/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/weston/PKGBUILD b/community/weston/PKGBUILD index 75d414132..fea231df9 100644 --- a/community/weston/PKGBUILD +++ b/community/weston/PKGBUILD @@ -6,7 +6,7 @@ pkgname=weston pkgver=1.12.0 -pkgrel=1 +pkgrel=2 pkgdesc='Reference implementation of a Wayland compositor' arch=('i686' 'x86_64') url='http://wayland.freedesktop.org' @@ -24,6 +24,7 @@ build() { --prefix=/usr \ --libexecdir=/usr/lib/weston \ --enable-libinput-backend \ + --enable-systemd-notify \ --enable-demo-clients-install make }