aboutsummaryrefslogtreecommitdiffstats
path: root/community/weston/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/weston/APKBUILD')
-rw-r--r--community/weston/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/weston/APKBUILD b/community/weston/APKBUILD
index cecf66480b..94ae7e3f8f 100644
--- a/community/weston/APKBUILD
+++ b/community/weston/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
pkgname=weston
pkgver=8.0.0
-pkgrel=0
+pkgrel=1
_libname=lib$pkgname
_libdir=$_libname-${pkgver%%.*}
pkgdesc="The reference Wayland server"
@@ -39,6 +39,7 @@ install="$pkgname.pre-install"
build() {
meson \
-Dprefix=/usr \
+ --buildtype=plain \
-Dlauncher-logind=true \
-Dsystemd=false \
-Dsimple-dmabuf-drm=auto \