Fixed PKGBUILD trying to build with wlroots0.15 (#125)
* Fixed PKGBUILD trying to build with wlroots0.15 * Bumped pkgrel
This commit is contained in:
parent
ac31a61216
commit
f1e3fe92ce
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue