mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/weston to 1.6.0-1
This commit is contained in:
parent
337195aa1e
commit
a10895be99
1 changed files with 5 additions and 5 deletions
|
@ -7,16 +7,16 @@
|
|||
# - patch to not call vc_dispmanx_set_wl_buffer_in_use
|
||||
|
||||
pkgname=weston
|
||||
pkgver=1.5.0
|
||||
pkgrel=2
|
||||
pkgver=1.6.0
|
||||
pkgrel=1
|
||||
pkgdesc='Reference implementation of a Wayland compositor'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://wayland.freedesktop.org'
|
||||
license=('MIT')
|
||||
depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
|
||||
depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
|
||||
[ "$CARCH" == 'armv6h' ] && makedepends=('raspberrypi-firmware')
|
||||
source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
|
||||
sha1sums=('42939c536bcdfbd92edb5e51af76ce7f0a4c6ed7')
|
||||
sha1sums=('f3c801f0610b605cda45a017b475c10f2d3b7dbb')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
@ -30,7 +30,7 @@ build() {
|
|||
./configure \
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/lib/weston \
|
||||
--with-cairo=gl \
|
||||
--enable-libinput-backend \
|
||||
--enable-demo-clients-install $CONFIG
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue