From 1baba77c74302b8c1f212e851f194deae0fae46b Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Sun, 8 Jan 2023 21:53:05 +0100 Subject: [PATCH] Fix building non-git PKGBUILD (#88) --- build-scripts/aur/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/build-scripts/aur/PKGBUILD b/build-scripts/aur/PKGBUILD index bac0493e..2a646a6d 100644 --- a/build-scripts/aur/PKGBUILD +++ b/build-scripts/aur/PKGBUILD @@ -53,6 +53,7 @@ options=(debug) install=sway.install build() { + export PKG_CONFIG_PATH='/usr/lib/wlroots0.15/pkgconfig' arch-meson \ -Dsd-bus-provider=libsystemd \ -Dwerror=false \