summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Grande2021-01-02 16:32:25 -0500
committerVincent Grande2021-01-02 16:32:25 -0500
commit1f930024b108c648d3c58250d2c5fc8fb619b0cf (patch)
treefd1e1aa2096b0728e6b3e51d10d4f300bb7a0e63 /PKGBUILD
parent06a0e383c8ea2dc027fa95389aceb5a0824e483c (diff)
downloadaur-1f930024b108c648d3c58250d2c5fc8fb619b0cf.tar.gz
fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5e90e6dd8dc..b82f5a583c35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ prepare() {
}
build() {
- arch-meson at-spi2-core build -D docs=false
+ arch-meson at-spi2-core build -D docs=false -D default_bus=dbus-broker
meson compile -C build
}