From b491bce61dd68699077d4d21a6505f554bc350fe Mon Sep 17 00:00:00 2001 From: ppfloydde <157708553+ppfloydde@users.noreply.github.com> Date: Tue, 30 Jan 2024 10:32:53 +0100 Subject: [PATCH] Update install.sh Adding export PKG_CONFIG_PATH for libinput --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index f71d227..2142ff9 100755 --- a/install.sh +++ b/install.sh @@ -85,6 +85,9 @@ thunar="" xdph="" zsh="" +# Export PKG_CONFIG_PATH for libinput +export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig + # Define the directory where your scripts are located script_directory=install-scripts