diff options
author | Erik Reider <[email protected]> | 2023-03-16 19:00:14 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-03-16 14:00:14 -0400 |
commit | f1e3fe92ce7f3eb3ed43a1bf7531d511d5ddfa86 (patch) | |
tree | 374502cd516f4d64ec847a78559eaf1eac87a400 | |
parent | ac31a612164828ca6ae5478332eee3cd2317ffdc (diff) |
Fixed PKGBUILD trying to build with wlroots0.15 (#125)
* Fixed PKGBUILD trying to build with wlroots0.15
* Bumped pkgrel
-rw-r--r-- | build-scripts/aur/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build-scripts/aur/PKGBUILD b/build-scripts/aur/PKGBUILD index 7a8cea42..d1ce9604 100644 --- a/build-scripts/aur/PKGBUILD +++ b/build-scripts/aur/PKGBUILD @@ -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 \ |