From 76697c58d12c9c017612d75078cde1d646546a06 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich <kevin@archlinuxarm.org> Date: Tue, 28 Jan 2014 00:37:18 +0000 Subject: [PATCH] community/weston to 1.4.0-2 --- community/weston/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/weston/PKGBUILD b/community/weston/PKGBUILD index a9d7e826b..33c066fec 100644 --- a/community/weston/PKGBUILD +++ b/community/weston/PKGBUILD @@ -7,7 +7,7 @@ pkgname=weston pkgver=1.4.0 -pkgrel=1 +pkgrel=2 pkgdesc='Reference implementation of a Wayland compositor' arch=('i686' 'x86_64') url='http://wayland.freedesktop.org' @@ -27,7 +27,7 @@ build() { ./configure \ --prefix=/usr \ --libexecdir=/usr/lib/weston \ - --enable-demo-clients + --enable-demo-clients-install make }