From aca5bcdabc30681117c9f4047827b75baa55a494 Mon Sep 17 00:00:00 2001 From: matt335672 <30179339+matt335672@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:04:27 +0100 Subject: [PATCH] Add additional dependency for configure for cppcheck CI --- scripts/install_cppcheck_dependencies_with_apt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_cppcheck_dependencies_with_apt.sh b/scripts/install_cppcheck_dependencies_with_apt.sh index 0c2f308df8..af19adab22 100755 --- a/scripts/install_cppcheck_dependencies_with_apt.sh +++ b/scripts/install_cppcheck_dependencies_with_apt.sh @@ -2,7 +2,7 @@ set -eufx # these are the packages necessary to run ./configure so config_ac.h is generated -PACKAGES="libpam0g-dev libxfixes-dev libxrandr-dev nasm" +PACKAGES="libpam0g-dev libxfixes-dev libxrandr-dev libxkbfile-dev nasm" usage() {