fix: aur build failed: sd-bus-provider set to auto (#240)
> swayfx/meson.build:92:2: ERROR: Assert failed: sd-bus-provider must not be set to auto since auto_features != auto
This commit is contained in:
parent
9cd02fc480
commit
ab6dc54e6a
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Erik Reider <erik.reider@protonmail.com>
|
# Maintainer: Erik Reider <erik.reider@protonmail.com>
|
||||||
_pkgname=swayfx
|
_pkgname=swayfx
|
||||||
pkgname="$_pkgname-git"
|
pkgname="$_pkgname-git"
|
||||||
pkgver=r6930.94ebb45e
|
pkgver=r7023.9cd02fc4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
license=("MIT")
|
license=("MIT")
|
||||||
pkgdesc="SwayFX: Sway, but with eye candy!"
|
pkgdesc="SwayFX: Sway, but with eye candy!"
|
||||||
|
@ -60,6 +60,7 @@ build() {
|
||||||
export PKG_CONFIG_PATH='/usr/lib/wlroots0.16/pkgconfig'
|
export PKG_CONFIG_PATH='/usr/lib/wlroots0.16/pkgconfig'
|
||||||
arch-meson \
|
arch-meson \
|
||||||
-Dwerror=false \
|
-Dwerror=false \
|
||||||
|
-Dsd-bus-provider=libsystemd \
|
||||||
"$_pkgname" build
|
"$_pkgname" build
|
||||||
meson compile -C build
|
meson compile -C build
|
||||||
}
|
}
|
||||||
|
|
|
@ -55,6 +55,7 @@ build() {
|
||||||
export PKG_CONFIG_PATH='/usr/lib/wlroots0.16/pkgconfig'
|
export PKG_CONFIG_PATH='/usr/lib/wlroots0.16/pkgconfig'
|
||||||
arch-meson \
|
arch-meson \
|
||||||
-Dwerror=false \
|
-Dwerror=false \
|
||||||
|
-Dsd-bus-provider=libsystemd \
|
||||||
"${_pkgname}-${pkgver}" build
|
"${_pkgname}-${pkgver}" build
|
||||||
meson compile -C build
|
meson compile -C build
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue