From 62666ca1c503b24c1419c0ba61dc40547e6307bd Mon Sep 17 00:00:00 2001 From: ppfloydde <157708553+ppfloydde@users.noreply.github.com> Date: Tue, 30 Jan 2024 10:16:35 +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..0c4bff7 100755 --- a/install.sh +++ b/install.sh @@ -85,6 +85,9 @@ thunar="" xdph="" zsh="" +# export PKK_CONFIG PATH for libinput +export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig/libinput.pc + # Define the directory where your scripts are located script_directory=install-scripts