diff options
-rw-r--r-- | build-scripts/aur/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |