mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
alarm/weston-rpi to 1.10.0-1
This commit is contained in:
parent
8c8401eb57
commit
ae0c424e77
1 changed files with 4 additions and 4 deletions
|
@ -11,18 +11,18 @@
|
|||
buildarch=4
|
||||
|
||||
pkgname=weston-rpi
|
||||
pkgver=1.8.0
|
||||
pkgver=1.10.0
|
||||
pkgrel=1
|
||||
pkgdesc='Reference implementation of a Wayland compositor (Raspberry Pi 2)'
|
||||
arch=('armv7h')
|
||||
url='http://wayland.freedesktop.org'
|
||||
license=('MIT')
|
||||
depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
|
||||
makedepends=('raspberrypi-firmware')
|
||||
depends=('wayland' 'libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
|
||||
makedepends=('wayland-protocols' 'raspberrypi-firmware')
|
||||
provides=('weston')
|
||||
conflicts=('weston')
|
||||
source=("http://wayland.freedesktop.org/releases/weston-$pkgver.tar.xz")
|
||||
sha1sums=('d49e06e8dfbef9bcba8589a20b5bfa2dddc4a7bd')
|
||||
sha1sums=('c9c2c8e2e798b25e7bf6b31bf0c4ef08724a7ebb')
|
||||
|
||||
build() {
|
||||
export RPI_BCM_HOST_LIBS="-L/opt/vc/lib"
|
||||
|
|
Loading…
Reference in a new issue