summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Décimo2021-04-12 00:04:45 +0200
committerAntonin Décimo2021-04-12 00:04:45 +0200
commitdc5182758e299c930b4924fe2abbac5fe07b145a (patch)
treeaba8ccca02e45fb89cacddf12686836606a7e040
parent0f2c9316424d8fe437c957af94ba7ef4895c26ea (diff)
downloadaur-dc5182758e299c930b4924fe2abbac5fe07b145a.tar.gz
Depend on libseat/seatd
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2260e73b66cf..aea5e279e51f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wlroots-git
pkgdesc = Modular Wayland compositor library (git version)
- pkgver = 0.13.0.r8.g9f012cac
+ pkgver = 0.13.0.r12.gb29ac8fb
pkgrel = 1
url = https://github.com/swaywm/wlroots
arch = x86_64
@@ -18,6 +18,7 @@ pkgbase = wlroots-git
depends = xcb-util-errors
depends = xcb-util-renderutil
depends = xcb-util-wm
+ depends = seatd
depends = systemd
depends = xorg-xwayland
provides = wlroots=0.13.0
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