Skip to content
Snippets Groups Projects
Commit 8177d5a8 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

upgpkg: 8.0.0-3

parent 28a4ff79
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@ pkgname=weston
pkgdesc='Reference implementation of a Wayland compositor'
pkgver=7.0.0
pkgrel=2
pkgver=8.0.0
pkgrel=3
url='https://wayland.freedesktop.org/'
......@@ -41,9 +41,9 @@ prepare() {
#--------------------------------------------| BUILD |------------------------------------------
build() {
meson $pkgname-$pkgver build \
--prefix=/usr \
arch-meson $pkgname-$pkgver build \
--libexec=lib/weston \
-Db_lto=false \
-Dsimple-dmabuf-drm=auto \
-Dsystemd=false \
-Dlauncher-logind=false
......@@ -53,7 +53,7 @@ build() {
#-------------------------------------------| PACKAGE |-----------------------------------------
package() {
DESTDIR="$pkgdir" ninja -C build install
DESTDIR="$pkgdir" meson install -C build
# license
install -Dm644 $pkgname-$pkgver/COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}
......@@ -88,7 +88,7 @@ depends=(
'libva'
'libxcursor'
'colord'
'pipewire')
'libpipewire02')
optdepends=('freerdp: support rdp backend')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment