From 895bd9f8ea7cb5603c47e7dabc1f71fa6247a8eb Mon Sep 17 00:00:00 2001 From: ppfloydde <157708553+ppfloydde@users.noreply.github.com> Date: Wed, 31 Jan 2024 07:07:45 +0100 Subject: [PATCH] Update install.sh Add 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