summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45d30cc02f3e..6683917e2619 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
# Maintainer: Antonin Décimo <antonin dot decimo at gmail dot com>
pkgname=wlroots-git
-pkgver=0.13.0.r8.g9f012cac
+pkgver=0.13.0.r12.gb29ac8fb
pkgrel=1
license=(custom:MIT)
pkgdesc='Modular Wayland compositor library (git version)'
@@ -20,6 +20,7 @@ depends=(
xcb-util-errors
xcb-util-renderutil
xcb-util-wm
+ seatd
systemd
xorg-xwayland)
makedepends=(
@@ -43,7 +44,7 @@ build () {
arch-meson \
--buildtype=debug \
-Dlogind-provider=systemd \
- -Dlibseat=disabled \
+ -Dlibseat=enabled \
-Dwerror=false \
-Dexamples=false \
"${pkgname}" build