From 9ef703d58ab85342e238b21f4d5ea711fb4c33de Mon Sep 17 00:00:00 2001 From: Brett Cornwall Date: Tue, 9 Apr 2024 18:31:31 -0700 Subject: [PATCH] Remove PKG_CONFIG_PATH for wlroots 0.16 --- PKGBUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 34f6d09..3379885 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -66,7 +66,6 @@ prepare() { } build() { - export PKG_CONFIG_PATH='/usr/lib/wlroots0.16/pkgconfig' mkdir -p build arch-meson build "$pkgname-$pkgver" -D sd-bus-provider=libsystemd -D werror=false -D b_ndebug=true ninja -C build