Add additional dependency for configure for cppcheck CI

This commit is contained in:
matt335672 2024-08-14 15:04:27 +01:00
parent abbc1076bc
commit c0a13e4471
1 changed files with 1 additions and 1 deletions

View File

@ -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()
{