Removed systemd requirement in both AUR PKGBUILDs (#212)
This commit is contained in:
parent
c47aa61c64
commit
13eeea5ed5
|
@ -59,7 +59,6 @@ pkgver() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
arch-meson \
|
arch-meson \
|
||||||
-Dsd-bus-provider=libsystemd \
|
|
||||||
-Dwerror=false \
|
-Dwerror=false \
|
||||||
"$_pkgname" build
|
"$_pkgname" build
|
||||||
meson compile -C build
|
meson compile -C build
|
||||||
|
|
|
@ -54,7 +54,6 @@ install=sway.install
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
arch-meson \
|
arch-meson \
|
||||||
-Dsd-bus-provider=libsystemd \
|
|
||||||
-Dwerror=false \
|
-Dwerror=false \
|
||||||
"${_pkgname}-${pkgver}" build
|
"${_pkgname}-${pkgver}" build
|
||||||
meson compile -C build
|
meson compile -C build
|
||||||
|
|
Loading…
Reference in a new issue