diff options
author | Erik Reider <[email protected]> | 2023-01-08 21:53:05 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-01-08 21:53:05 +0100 |
commit | 1baba77c74302b8c1f212e851f194deae0fae46b (patch) | |
tree | 1c375dd9c884d35f28ce6108a61176a61099280b | |
parent | 558c67378f38c16c00a24dd7ab94e9704d43c92b (diff) |
Fix building non-git PKGBUILD (#88)
-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 \ |