Fixed PKGBUILD trying to build with wlroots0.15 (#125)

* Fixed PKGBUILD trying to build with wlroots0.15

* Bumped pkgrel
This commit is contained in:
Erik Reider 2023-03-16 19:00:14 +01:00 committed by GitHub
parent ac31a61216
commit f1e3fe92ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
_pkgname=swayfx
pkgname="$_pkgname"
pkgver=0.2
pkgrel=1
pkgrel=2
license=("MIT")
pkgdesc="SwayFX: Sway, but with eye candy!"
makedepends=(
@ -53,7 +53,6 @@ options=(debug)
install=sway.install
build() {
export PKG_CONFIG_PATH='/usr/lib/wlroots0.15/pkgconfig'
arch-meson \
-Dsd-bus-provider=libsystemd \
-Dwerror=false \