summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Décimo2021-06-29 23:06:57 +0200
committerAntonin Décimo2021-06-29 23:06:57 +0200
commit45dccc93377275040a83693fb43ab28c04c26974 (patch)
treea45a0209e261c4dac777943188ba24372c49df8c
parent2a73347f8ccd57eb822a3c9cde7d4413f910cd86 (diff)
downloadaur-45dccc93377275040a83693fb43ab28c04c26974.tar.gz
Depend on libseat instead of seatd
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aea5e279e51f..f54a8f9cd70f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,7 @@ pkgbase = wlroots-git
depends = xcb-util-errors
depends = xcb-util-renderutil
depends = xcb-util-wm
- depends = seatd
+ depends = libseat
depends = systemd
depends = xorg-xwayland
provides = wlroots=0.13.0
diff --git a/PKGBUILD b/PKGBUILD
index 2c1f79a5956b..b2518223362e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ depends=(
xcb-util-errors
xcb-util-renderutil
xcb-util-wm
- seatd
+ libseat
systemd
xorg-xwayland)
makedepends=(