summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Rheinsberg2022-05-19 09:30:08 +0200
committerDavid Rheinsberg2022-05-19 09:30:08 +0200
commitb928f4ca629c94f3e8536466f2ac81fb45dcefda (patch)
tree865614c6f3608e7d88cae5a29a4c653e24774541
parentc29663e40bddbd40bb1d8f917d288ce251196c93 (diff)
downloadaur-b928f4ca629c94f3e8536466f2ac81fb45dcefda.tar.gz
dbus-broker-git: force 4.17 kernel
Force the 4.17 kernel compatibility in dbus-broker. This should be more than guaranteed by all ArchLinux kernels by now. Suggested-by: ms178 Signed-off-by: David Rheinsberg <david.rheinsberg@gmail.com>
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8931a2b5ede3..aeaed2d527c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -50,6 +50,7 @@ build() {
arch-meson $pkgname build \
-D audit=true \
-D docs=true \
+ -D linux-4-17=true \
-D system-console-users=gdm,sddm,lightdm,lxdm
ninja -C build
}